Html Css Color HEX #8996B3 Rock Blue

📋 copy color: '#8996B3'

red 137 ◦ green 150 ◦ blue 179

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

Shades of Rock Blue #8996B3

Tints of Rock Blue #8996B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 29.4%
G = 32.19%
B = 38.41%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8996B3 (or 0x8996B3) is known color: Rock Blue. HEX triplet: 89, 96 and B3. RGB value is (137,150,179). Sum of RGB (Red+Green+Blue) = 137+150+179=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #8996B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8996B3 is #76694C. Grayscale: #959595. Windows color (decimal): -7760205 or 11769481. OLE color: 11769481.

HSL color Cylindrical-coordinate representation of color #8996B3: hue angle of 221.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8996B3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 150 179 -
CMYK 0.23 0.16 0 0.30
HSL 221.43º 0.22% 0.62% -
HSV(B) 221.43º 0.23% 0.7% -
XYZ 29.36 30.39 46.97 -
YUV 149.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 137 150 179 0.23 0.16 0 0.30 221.43 0.22 0.62
Hex 89 96 B3 17 10 0 1E DD 16 3E
Octal 211 226 263 27 20 0 36 335 26 76
Binary 10001001 10010110 10110011 10111 10000 0 11110 11011101 10110 111110

Color Harmonies of #8996B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8996B3

Black with #8996B3

Text Example


Text Example

White with #8996B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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