Html Css Color HEX #8E99BD Rock Blue

📋 copy color: '#8E99BD'

red 142 ◦ green 153 ◦ blue 189

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

Shades of Rock Blue #8E99BD

Tints of Rock Blue #8E99BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

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

R = 29.34%
G = 31.61%
B = 39.05%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E99BD (or 0x8E99BD) is known color: Rock Blue. HEX triplet: 8E, 99 and BD. RGB value is (142,153,189). Sum of RGB (Red+Green+Blue) = 142+153+189=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E99BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99BD is #716642. Grayscale: #999999. Windows color (decimal): -7431747 or 12425614. OLE color: 12425614.

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

Color convert

RGB 142 153 189 -
CMYK 0.25 0.19 0 0.26
HSL 225.96º 0.26% 0.65% -
HSV(B) 225.96º 0.25% 0.74% -
XYZ 31.73 32.21 52.69 -
YUV 153.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 142 153 189 0.25 0.19 0 0.26 225.96 0.26 0.65
Hex 8E 99 BD 19 13 0 1A E2 1A 41
Octal 216 231 275 31 23 0 32 342 32 101
Binary 10001110 10011001 10111101 11001 10011 0 11010 11100010 11010 1000001

Color Harmonies of #8E99BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E99BD

Black with #8E99BD

Text Example


Text Example

White with #8E99BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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