#8E9AAF

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

Shades of Rock Blue #8E9AAF

Tints of Rock Blue #8E9AAF

Color information

#8E9AAF (or 0x8E9AAF) is unknown color: approx Rock Blue. HEX triplet: 8E, 9A and AF. RGB value is (142,154,175). Sum of RGB (Red+Green+Blue) = 142+154+175=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9AAF is #716550. Grayscale: #989898. Windows color (decimal): -7431505 or 11508366. OLE color: 11508366.

HSL color Cylindrical-coordinate representation of color #8E9AAF: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E9AAF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB142154175-
CMYK0.190.1200.31
HSL218.18º17.1%62.16%-
HSV(B)218.18º18.86%68.63%-
XYZ30.4531.9645.12-
YUV152.81140.52120.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=30.15%
G=32.70%
B=37.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421541750.190.1200.31218.1817.162.16
Hex8E9AAF13C01Fda113e
Octal21623225723140373322176
Binary1000111010011010101011111001111000111111101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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