Html Css Color HEX #8E96BD Rock Blue

📋 copy color: '#8E96BD'

red 142 ◦ green 150 ◦ blue 189

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

Shades of Rock Blue #8E96BD

Tints of Rock Blue #8E96BD

RGB

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

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

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

R = 29.52%
G = 31.19%
B = 39.29%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E96BD (or 0x8E96BD) is known color: Rock Blue. HEX triplet: 8E, 96 and BD. RGB value is (142,150,189). Sum of RGB (Red+Green+Blue) = 142+150+189=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96BD is #716942. Grayscale: #979797. Windows color (decimal): -7432515 or 12424846. OLE color: 12424846.

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

Color convert

RGB 142 150 189 -
CMYK 0.25 0.21 0 0.26
HSL 229.79º 0.26% 0.65% -
HSV(B) 229.79º 0.25% 0.74% -
XYZ 31.25 31.24 52.53 -
YUV 152.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 142 150 189 0.25 0.21 0 0.26 229.79 0.26 0.65
Hex 8E 96 BD 19 15 0 1A E6 1A 41
Octal 216 226 275 31 25 0 32 346 32 101
Binary 10001110 10010110 10111101 11001 10101 0 11010 11100110 11010 1000001

Color Harmonies of #8E96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96BD

Black with #8E96BD

Text Example


Text Example

White with #8E96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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