#8E9EAF

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

Shades of Rock Blue #8E9EAF

Tints of Rock Blue #8E9EAF

Color information

#8E9EAF (or 0x8E9EAF) is unknown color: approx Rock Blue. HEX triplet: 8E, 9E and AF. RGB value is (142,158,175). Sum of RGB (Red+Green+Blue) = 142+158+175=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E9EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9EAF is #716150. Grayscale: #9B9B9B. Windows color (decimal): -7430481 or 11509390. OLE color: 11509390.

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

Color convert

RGB142158175-
CMYK0.190.1000.31
HSL210.91º17.1%62.16%-
HSV(B)210.91º18.86%68.63%-
XYZ31.1233.345.34-
YUV155.15139.2118.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=29.89%
G=33.26%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421581750.190.1000.31210.9117.162.16
Hex8E9EAF13A01Fd3113e
Octal21623625723120373232176
Binary1000111010011110101011111001110100111111101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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