COLOR #8790C3

HEX: #8790C3 RGB: (135,144,195)

Color info

#8790C3 contains mainly green and blue colors. Web safe color of #8790C3 is #9999CC (or #99C).

RGB color model

#8790C3 color RGB value is (135,144,195).

RGB: (135,144,195) (53%, 56%, 76%)

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 195 of 255 = 76%

135
144
195

R + G + B ~ 62%. #8790C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 144 + 195 = 474 (100%)
R 135 of 474 ~ 28.48%
G 144 of 474 ~ 30.38%
B 195 of 474 ~ 41.14'%

%28.48
%30.38
%41.14

CMYK color model

#8790C3 color CMYK value is (31,26,0,24).

  • cyan value is 30.77%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (31,26,0,24) C31M26Y0K24 (31%,26%,0%,24%) (0.31/0.26/0.00/0.24) 

CMYK percentages

%30.77
%26.15
%0
%23.53

Codes

Color #8790C3 in popluar color models

87 90 C3
RGB 135 144 195
HSL 231° 33.33% 64.71%
HSB/HSV 231° 30.77% 76.47%
CMYK 30.77% 26.15% 0.00%
23.53%

Color #8790C3 in popluar number systems.

HEX 87 90 C3
Decimal 135 144 195
Binary 10000111 10010000 11000011
Octal 207 220 303

Shades and tints

Shades of #8790C3

#8790C3
(135,144,195)
#7B83B2
(123,131,178)
#6F76A1
(111,118,161)
#636990
(99,105,144)
#575C7F
(87,92,127)
#4B4F6E
(75,79,110)
#3F425D
(63,66,93)
#33354C
(51,53,76)
#27283B
(39,40,59)
#1B1B2A
(27,27,42)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #8790C3

#8790C3
(135,144,195)
#919AC8
(145,154,200)
#9BA4CD
(155,164,205)
#A5AED2
(165,174,210)
#AFB8D7
(175,184,215)
#B9C2DC
(185,194,220)
#C3CCE1
(195,204,225)
#CDD6E6
(205,214,230)
#D7E0EB
(215,224,235)
#E1EAF0
(225,234,240)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8790C3 color. Also use rgb(135,144,195) instead hex code.

Text Font Color

.myTextColor { color: #8790C3; }

<p style="color:#8790C3">This sample text font color is #8790C3.</p>

This text font color is #8790C3.

Background Color

.myBgColor { background-color: #8790C3; }

<div style="background-color:#8790C3">Inner text</div>

This div background color is #8790C3.

Border color

.myBorderColor { border: 1px solid #8790C3; }

<div style="border:3px solid #8790C3">Div</div>

This div border color is #8790C3.

Opacity

.myOpacity80 { color: #8790C3; opacity: 0.8; }

<p style="color:#8790C3;opacity:0.8;">80%</p>

Text with #8790C3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8790C3;}

<p style="text-shadow: 3px 3px 1px #8790C3">Text here.</p>

This text has shadow with #8790C3 color.


.textShadow {text-shadow: 3px 3px 1px #8790C3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8790C3, 5px 5px 20px red">Text here.</p>

This text has shadow with #8790C3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8790C3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8790C3, Direction=45, Strength=4)">Text</p>

This text has shadow with #8790C3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8790C3;
-webkit-box-shadow: 1px 1px 3px 2px #8790C3;
box-shadow: 1px 1px 3px 2px #8790C3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8790C3; -webkit-box-shadow: 1px 1px 3px 2px #8790C3; box-shadow:1px 1px 3px 2px #8790C3;">
Div content here
</div>

This div box has shadow with color #8790C3.

Preview

Color preview on black background

This text has color #8790C3 on black background.


Color preview on white background

This text has color #8790C3 on white background.


Black color preview on #8790C3 background

This text has black color on #8790C3 background.


White color preview on #8790C3 background

This text has white color on #8790C3 background.


Related colors

Complementary color

Complementary color for #hex is #786F3C.


I love getcolorcode.com

Triadic colors

1 #C38790 and #90C387 with #8790C3 are triadic colors.

2 #C39087 and #9087C3 with #8790C3 are triadic colors.