#989AAA

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

Shades of Santas Grey #989AAA

Tints of Santas Grey #989AAA

Color information

#989AAA (or 0x989AAA) is unknown color: approx Santas Grey. HEX triplet: 98, 9A and AA. RGB value is (152,154,170). Sum of RGB (Red+Green+Blue) = 152+154+170=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #989AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AAA is #676555. Grayscale: #9B9B9B. Windows color (decimal): -6776150 or 11180696. OLE color: 11180696.

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

Color convert

RGB152154170-
CMYK0.110.0900.33
HSL233.33º9.57%63.14%-
HSV(B)233.33º10.59%66.67%-
XYZ31.7632.6942.67-
YUV155.23136.34125.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=31.93%
G=32.35%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521541700.110.0900.33233.339.5763.14
Hex989AAAB9021e9a3f
Octal23023225213110413511277
Binary100110001001101010101010101110010100001111010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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