#8C9CEA

Color #8C9CEA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8C9CEA

Tints of Portage #8C9CEA

Color information

#8C9CEA (or 0x8C9CEA) is unknown color: approx Portage. HEX triplet: 8C, 9C and EA. RGB value is (140,156,234). Sum of RGB (Red+Green+Blue) = 140+156+234=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CEA is #736315. Grayscale: #9F9F9F. Windows color (decimal): -7562006 or 15375500. OLE color: 15375500.

HSL color Cylindrical-coordinate representation of color #8C9CEA: hue angle of 229.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9CEA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140156234-
CMYK0.400.3300.08
HSL229.79º69.12%73.33%-
HSV(B)229.79º40.17%91.76%-
XYZ37.5535.2982.67-
YUV160.11169.7113.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=26.42%
G=29.43%
B=44.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401562340.400.3300.08229.7969.1273.33
Hex8C9CEA282108e64549
Octal2142343525041010346105111
Binary100011001001110011101010101000100001010001110011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9CEA; }

 p { color: rgb(140,156,234); }

 H1.HeaderClassName
 {
   color: #8C9CEA;
 }
 .AnyTagClassName
 {
   color: #8C9CEA;
 }
</style>
background-color css

<style>
 a { background-color: #8C9CEA; }

 a { background-color: rgb(140,156,234); }

 div.DivClassName
 {
   background-color: #8C9CEA;
 }
 .BgClassName
 {
   background-color: #8C9CEA;
 }
</style>
border-color css

<style>
 span { border-color: #8C9CEA; }

 span { border-color: rgb(140,156,234); }

 td.TdClassName
 {
   border-color: #8C9CEA;
 }
 .TagClassName
 {
   border-color: #8C9CEA;
 }
</style>