#8996AE

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

Shades of Rock Blue #8996AE

Tints of Rock Blue #8996AE

Color information

#8996AE (or 0x8996AE) is unknown color: approx Rock Blue. HEX triplet: 89, 96 and AE. RGB value is (137,150,174). Sum of RGB (Red+Green+Blue) = 137+150+174=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #8996AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8996AE is #766951. Grayscale: #949494. Windows color (decimal): -7760210 or 11441801. OLE color: 11441801.

HSL color Cylindrical-coordinate representation of color #8996AE: hue angle of 218.92º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8996AE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137150174-
CMYK0.210.1400.32
HSL218.92º18.59%60.98%-
HSV(B)218.92º21.26%68.24%-
XYZ28.8630.1944.35-
YUV148.85142.19119.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.72%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=29.72%
G=32.54%
B=37.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371501740.210.1400.32218.9218.5960.98
Hex8996AE15E020db133d
Octal21122625625160403332375
Binary10001001100101101010111010101111001000001101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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