Html Css Color HEX #8E99BA Rock Blue

📋 copy color: '#8E99BA'

red 142 ◦ green 153 ◦ blue 186

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

Shades of Rock Blue #8E99BA

Tints of Rock Blue #8E99BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 29.52%
G = 31.81%
B = 38.67%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E99BA (or 0x8E99BA) is known color: Rock Blue. HEX triplet: 8E, 99 and BA. RGB value is (142,153,186). Sum of RGB (Red+Green+Blue) = 142+153+186=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99BA is #716645. Grayscale: #999999. Windows color (decimal): -7431750 or 12229006. OLE color: 12229006.

HSL color Cylindrical-coordinate representation of color #8E99BA: hue angle of 225º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E99BA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 153 186 -
CMYK 0.24 0.18 0 0.27
HSL 225º 0.24% 0.64% -
HSV(B) 225º 0.24% 0.73% -
XYZ 31.41 32.08 50.99 -
YUV 153.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 142 153 186 0.24 0.18 0 0.27 225 0.24 0.64
Hex 8E 99 BA 18 12 0 1B E1 18 40
Octal 216 231 272 30 22 0 33 341 30 100
Binary 10001110 10011001 10111010 11000 10010 0 11011 11100001 11000 1000000

Color Harmonies of #8E99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E99BA

Black with #8E99BA

Text Example


Text Example

White with #8E99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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