Html Css Color HEX #8E96BA Rock Blue

📋 copy color: '#8E96BA'

red 142 ◦ green 150 ◦ blue 186

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

Shades of Rock Blue #8E96BA

Tints of Rock Blue #8E96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 29.71%
G = 31.38%
B = 38.91%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E96BA (or 0x8E96BA) is known color: Rock Blue. HEX triplet: 8E, 96 and BA. RGB value is (142,150,186). Sum of RGB (Red+Green+Blue) = 142+150+186=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96BA is #716945. Grayscale: #979797. Windows color (decimal): -7432518 or 12228238. OLE color: 12228238.

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

Color convert

RGB 142 150 186 -
CMYK 0.24 0.19 0 0.27
HSL 229.09º 0.24% 0.64% -
HSV(B) 229.09º 0.24% 0.73% -
XYZ 30.92 31.11 50.83 -
YUV 151.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 142 150 186 0.24 0.19 0 0.27 229.09 0.24 0.64
Hex 8E 96 BA 18 13 0 1B E5 18 40
Octal 216 226 272 30 23 0 33 345 30 100
Binary 10001110 10010110 10111010 11000 10011 0 11011 11100101 11000 1000000

Color Harmonies of #8E96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96BA

Black with #8E96BA

Text Example


Text Example

White with #8E96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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