Html Css Color HEX #8996BA Rock Blue

📋 copy color: '#8996BA'

red 137 ◦ green 150 ◦ blue 186

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

Shades of Rock Blue #8996BA

Tints of Rock Blue #8996BA

RGB

 RED value IS 137 (53.91% from 255) = 28.96%

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

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

R = 28.96%
G = 31.71%
B = 39.32%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8996BA (or 0x8996BA) is known color: Rock Blue. HEX triplet: 89, 96 and BA. RGB value is (137,150,186). Sum of RGB (Red+Green+Blue) = 137+150+186=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #8996BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996BA is #766945. Grayscale: #969696. Windows color (decimal): -7760198 or 12228233. OLE color: 12228233.

HSL color Cylindrical-coordinate representation of color #8996BA: hue angle of 224.08º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8996BA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 150 186 -
CMYK 0.26 0.19 0 0.27
HSL 224.08º 0.26% 0.63% -
HSV(B) 224.08º 0.26% 0.73% -
XYZ 30.09 30.68 50.79 -
YUV 150.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 137 150 186 0.26 0.19 0 0.27 224.08 0.26 0.63
Hex 89 96 BA 1A 13 0 1B E0 1A 3F
Octal 211 226 272 32 23 0 33 340 32 77
Binary 10001001 10010110 10111010 11010 10011 0 11011 11100000 11010 111111

Color Harmonies of #8996BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996BA

Black with #8996BA

Text Example


Text Example

White with #8996BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8996BA; }

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

 H1.HeaderClassName
 {
   color: #8996BA;
 }
 .AnyTagClassName
 {
   color: #8996BA;
 }
</style>

background-color css

<style>
 a { background-color: #8996BA; }

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

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

border-color css

<style>
 span { border-color: #8996BA; }

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

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