#8E9BAC

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

Shades of Rock Blue #8E9BAC

Tints of Rock Blue #8E9BAC

Color information

#8E9BAC (or 0x8E9BAC) is unknown color: approx Rock Blue. HEX triplet: 8E, 9B and AC. RGB value is (142,155,172). Sum of RGB (Red+Green+Blue) = 142+155+172=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9BAC is #716453. Grayscale: #989898. Windows color (decimal): -7431252 or 11312014. OLE color: 11312014.

HSL color Cylindrical-coordinate representation of color #8E9BAC: hue angle of 214º 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 #8E9BAC is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142155172-
CMYK0.170.1000.33
HSL214º15.31%61.57%-
HSV(B)214º17.44%67.45%-
XYZ30.3232.1743.64-
YUV153.05138.69120.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.28%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=30.28%
G=33.05%
B=36.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421551720.170.1000.3321415.3161.57
Hex8E9BAC11A021d6f3e
Octal21623325421120413261776
Binary1000111010011011101011001000110100100001110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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