Html Css Color HEX #8E9EBD Rock Blue

📋 copy color: '#8E9EBD'

red 142 ◦ green 158 ◦ blue 189

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

Shades of Rock Blue #8E9EBD

Tints of Rock Blue #8E9EBD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.31%

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

R = 29.04%
G = 32.31%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E9EBD (or 0x8E9EBD) is known color: Rock Blue. HEX triplet: 8E, 9E and BD. RGB value is (142,158,189). Sum of RGB (Red+Green+Blue) = 142+158+189=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E9EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9EBD is #716142. Grayscale: #9C9C9C. Windows color (decimal): -7430467 or 12426894. OLE color: 12426894.

HSL color Cylindrical-coordinate representation of color #8E9EBD: hue angle of 219.57º 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 #8E9EBD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 158 189 -
CMYK 0.25 0.16 0 0.26
HSL 219.57º 0.26% 0.65% -
HSV(B) 219.57º 0.25% 0.74% -
XYZ 32.57 33.88 52.97 -
YUV 156.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 142 158 189 0.25 0.16 0 0.26 219.57 0.26 0.65
Hex 8E 9E BD 19 10 0 1A DC 1A 41
Octal 216 236 275 31 20 0 32 334 32 101
Binary 10001110 10011110 10111101 11001 10000 0 11010 11011100 11010 1000001

Color Harmonies of #8E9EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9EBD

Black with #8E9EBD

Text Example


Text Example

White with #8E9EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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