Html Css Color HEX #8E9EAF Rock Blue

📋 copy color: '#8E9EAF'

red 142 ◦ green 158 ◦ blue 175

#8E9EAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8E9EAF

Tints of Rock Blue #8E9EAF

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 value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E9EAF (or 0x8E9EAF) is known color: 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

RGB 142 158 175 -
CMYK 0.19 0.10 0 0.31
HSL 210.91º 0.17% 0.62% -
HSV(B) 210.91º 0.19% 0.69% -
XYZ 31.12 33.3 45.34 -
YUV 155.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 142 158 175 0.19 0.10 0 0.31 210.91 0.17 0.62
Hex 8E 9E AF 13 A 0 1F D3 11 3E
Octal 216 236 257 23 12 0 37 323 21 76
Binary 10001110 10011110 10101111 10011 1010 0 11111 11010011 10001 111110

Color Harmonies of #8E9EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9EAF

Black with #8E9EAF

Text Example


Text Example

White with #8E9EAF

Text Example


Text Example

HTML Codes & Css Web 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>