#8996AB

Color #8996AB Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8996AB

Tints of Rock Blue #8996AB

Color information

#8996AB (or 0x8996AB) is unknown color: approx Rock Blue. HEX triplet: 89, 96 and AB. RGB value is (137,150,171). Sum of RGB (Red+Green+Blue) = 137+150+171=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #8996AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8996AB is #766954. Grayscale: #949494. Windows color (decimal): -7760213 or 11245193. OLE color: 11245193.

HSL color Cylindrical-coordinate representation of color #8996AB: hue angle of 217.06º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8996AB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137150171-
CMYK0.200.1200.33
HSL217.06º16.83%60.39%-
HSV(B)217.06º19.88%67.06%-
XYZ28.5730.0742.83-
YUV148.51140.69119.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=29.91%
G=32.75%
B=37.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371501710.200.1200.33217.0616.8360.39
Hex8996AB14C021d9113c
Octal21122625324140413312174
Binary10001001100101101010101110100110001000011101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8996AB;
 }
 .AnyTagClassName
 {
   color: #8996AB;
 }
</style>
background-color css

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

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

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

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

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

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