#8E9CAC

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

Shades of Rock Blue #8E9CAC

Tints of Rock Blue #8E9CAC

Color information

#8E9CAC (or 0x8E9CAC) is unknown color: approx Rock Blue. HEX triplet: 8E, 9C and AC. RGB value is (142,156,172). Sum of RGB (Red+Green+Blue) = 142+156+172=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9CAC is #716353. Grayscale: #999999. Windows color (decimal): -7430996 or 11312270. OLE color: 11312270.

HSL color Cylindrical-coordinate representation of color #8E9CAC: hue angle of 212º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E9CAC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142156172-
CMYK0.170.0900.33
HSL212º15.31%61.57%-
HSV(B)212º17.44%67.45%-
XYZ30.4932.5143.7-
YUV153.64138.36119.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.21%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=30.21%
G=33.19%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421561720.170.0900.3321215.3161.57
Hex8E9CAC119021d4f3e
Octal21623425421110413241776
Binary1000111010011100101011001000110010100001110101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,172); }

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

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

 a { background-color: rgb(142,156,172); }

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

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

 span { border-color: rgb(142,156,172); }

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