Html Css Color HEX #8EA1BD Rock Blue

📋 copy color: '#8EA1BD'

red 142 ◦ green 161 ◦ blue 189

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

Shades of Rock Blue #8EA1BD

Tints of Rock Blue #8EA1BD

RGB

 RED value IS 142 (55.86% from 255) = 28.86%

 GREEN value IS 161 (63.28% from 255) = 32.72%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 28.86%
G = 32.72%
B = 38.41%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8EA1BD (or 0x8EA1BD) is known color: Rock Blue. HEX triplet: 8E, A1 and BD. RGB value is (142,161,189). Sum of RGB (Red+Green+Blue) = 142+161+189=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1BD is #715E42. Grayscale: #9E9E9E. Windows color (decimal): -7429699 or 12427662. OLE color: 12427662.

HSL color Cylindrical-coordinate representation of color #8EA1BD: hue angle of 215.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA1BD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 161 189 -
CMYK 0.25 0.15 0 0.26
HSL 215.74º 0.26% 0.65% -
HSV(B) 215.74º 0.25% 0.74% -
XYZ 33.09 34.91 53.14 -
YUV 158.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 142 161 189 0.25 0.15 0 0.26 215.74 0.26 0.65
Hex 8E A1 BD 19 F 0 1A D8 1A 41
Octal 216 241 275 31 17 0 32 330 32 101
Binary 10001110 10100001 10111101 11001 1111 0 11010 11011000 11010 1000001

Color Harmonies of #8EA1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA1BD

Black with #8EA1BD

Text Example


Text Example

White with #8EA1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,161,189); }

 H1.HeaderClassName
 {
   color: #8EA1BD;
 }
 .AnyTagClassName
 {
   color: #8EA1BD;
 }
</style>

background-color css

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

 a { background-color: rgb(142,161,189); }

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

border-color css

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

 span { border-color: rgb(142,161,189); }

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