#8C96EA

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

Shades of Portage #8C96EA

Tints of Portage #8C96EA

Color information

#8C96EA (or 0x8C96EA) is unknown color: approx Portage. HEX triplet: 8C, 96 and EA. RGB value is (140,150,234). Sum of RGB (Red+Green+Blue) = 140+150+234=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96EA is #736915. Grayscale: #9C9C9C. Windows color (decimal): -7563542 or 15373964. OLE color: 15373964.

HSL color Cylindrical-coordinate representation of color #8C96EA: hue angle of 233.62º 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 #8C96EA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140150234-
CMYK0.400.3600.08
HSL233.62º69.12%73.33%-
HSV(B)233.62º40.17%91.76%-
XYZ36.5733.3382.35-
YUV156.59171.69116.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=26.72%
G=28.63%
B=44.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401502340.400.3600.08233.6269.1273.33
Hex8C96EA282408ea4549
Octal2142263525044010352105111
Binary100011001001011011101010101000100100010001110101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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