#8E9AB6

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

Shades of Rock Blue #8E9AB6

Tints of Rock Blue #8E9AB6

Color information

#8E9AB6 (or 0x8E9AB6) is unknown color: approx Rock Blue. HEX triplet: 8E, 9A and B6. RGB value is (142,154,182). Sum of RGB (Red+Green+Blue) = 142+154+182=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E9AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9AB6 is #716549. Grayscale: #999999. Windows color (decimal): -7431498 or 11967118. OLE color: 11967118.

HSL color Cylindrical-coordinate representation of color #8E9AB6: hue angle of 222º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9AB6 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB142154182-
CMYK0.220.1500.29
HSL222º21.51%63.53%-
HSV(B)222º21.98%71.37%-
XYZ31.1532.2448.84-
YUV153.6144.02119.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=29.71%
G=32.22%
B=38.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421541820.220.1500.2922221.5163.53
Hex8E9AB616F01Dde1640
Octal216232266261703533626100
Binary10001110100110101011011010110111101110111011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,182); }

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

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

 a { background-color: rgb(142,154,182); }

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

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

 span { border-color: rgb(142,154,182); }

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