#989EAB

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

Shades of Rock Blue #989EAB

Tints of Rock Blue #989EAB

Color information

#989EAB (or 0x989EAB) is unknown color: approx Rock Blue. HEX triplet: 98, 9E and AB. RGB value is (152,158,171). Sum of RGB (Red+Green+Blue) = 152+158+171=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #989EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989EAB is #676154. Grayscale: #9D9D9D. Windows color (decimal): -6775125 or 11247256. OLE color: 11247256.

HSL color Cylindrical-coordinate representation of color #989EAB: hue angle of 221.05º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989EAB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152158171-
CMYK0.110.0800.33
HSL221.05º10.16%63.33%-
HSV(B)221.05º11.11%67.06%-
XYZ32.5334.0743.39-
YUV157.69135.51123.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=31.60%
G=32.85%
B=35.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521581710.110.0800.33221.0510.1663.33
Hex989EABB8021dda3f
Octal23023625313100413351277
Binary100110001001111010101011101110000100001110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989EAB; }

 p { color: rgb(152,158,171); }

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

<style>
 a { background-color: #989EAB; }

 a { background-color: rgb(152,158,171); }

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

<style>
 span { border-color: #989EAB; }

 span { border-color: rgb(152,158,171); }

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