Html Css Color HEX #8E9CBA Rock Blue

📋 copy color: '#8E9CBA'

red 142 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #8E9CBA

Tints of Rock Blue #8E9CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

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

R = 29.34%
G = 32.23%
B = 38.43%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E9CBA (or 0x8E9CBA) is known color: Rock Blue. HEX triplet: 8E, 9C and BA. RGB value is (142,156,186). Sum of RGB (Red+Green+Blue) = 142+156+186=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CBA is #716345. Grayscale: #9B9B9B. Windows color (decimal): -7430982 or 12229774. OLE color: 12229774.

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

Color convert

RGB 142 156 186 -
CMYK 0.24 0.16 0 0.27
HSL 220.91º 0.24% 0.64% -
HSV(B) 220.91º 0.24% 0.73% -
XYZ 31.91 33.07 51.16 -
YUV 155.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 142 156 186 0.24 0.16 0 0.27 220.91 0.24 0.64
Hex 8E 9C BA 18 10 0 1B DD 18 40
Octal 216 234 272 30 20 0 33 335 30 100
Binary 10001110 10011100 10111010 11000 10000 0 11011 11011101 11000 1000000

Color Harmonies of #8E9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9CBA

Black with #8E9CBA

Text Example


Text Example

White with #8E9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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