#8E96CC

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

Shades of Portage #8E96CC

Tints of Portage #8E96CC

Color information

#8E96CC (or 0x8E96CC) is unknown color: approx Portage. HEX triplet: 8E, 96 and CC. RGB value is (142,150,204). Sum of RGB (Red+Green+Blue) = 142+150+204=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96CC is #716933. Grayscale: #999999. Windows color (decimal): -7432500 or 13407886. OLE color: 13407886.

HSL color Cylindrical-coordinate representation of color #8E96CC: hue angle of 232.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E96CC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142150204-
CMYK0.300.2600.2
HSL232.26º37.8%67.84%-
HSV(B)232.26º30.39%80%-
XYZ32.9631.9261.55-
YUV153.76156.35119.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=28.63%
G=30.24%
B=41.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421502040.300.2600.2232.2637.867.84
Hex8E96CC1E1A014e82644
Octal216226314363202435046104
Binary1000111010010110110011001111011010010100111010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,204); }

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

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

 a { background-color: rgb(142,150,204); }

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

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

 span { border-color: rgb(142,150,204); }

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