#989AAB

Color #989AAB Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #989AAB

Tints of Santas Grey #989AAB

Color information

#989AAB (or 0x989AAB) is unknown color: approx Santas Grey. HEX triplet: 98, 9A and AB. RGB value is (152,154,171). Sum of RGB (Red+Green+Blue) = 152+154+171=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #989AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AAB is #676554. Grayscale: #9B9B9B. Windows color (decimal): -6776149 or 11246232. OLE color: 11246232.

HSL color Cylindrical-coordinate representation of color #989AAB: hue angle of 233.68º 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 #989AAB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152154171-
CMYK0.110.1000.33
HSL233.68º10.16%63.33%-
HSV(B)233.68º11.11%67.06%-
XYZ31.8632.7343.17-
YUV155.34136.84125.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=31.87%
G=32.29%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521541710.110.1000.33233.6810.1663.33
Hex989AABBA021eaa3f
Octal23023225313120413521277
Binary100110001001101010101011101110100100001111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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