#989AAC

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

Shades of Santas Grey #989AAC

Tints of Santas Grey #989AAC

Color information

#989AAC (or 0x989AAC) is unknown color: approx Santas Grey. HEX triplet: 98, 9A and AC. RGB value is (152,154,172). Sum of RGB (Red+Green+Blue) = 152+154+172=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #989AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AAC is #676553. Grayscale: #9B9B9B. Windows color (decimal): -6776148 or 11311768. OLE color: 11311768.

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

Color convert

RGB152154172-
CMYK0.120.1000.33
HSL234º10.75%63.53%-
HSV(B)234º11.63%67.45%-
XYZ31.9532.7743.67-
YUV155.45137.34125.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=31.80%
G=32.22%
B=35.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521541720.120.1000.3323410.7563.53
Hex989AACCA021eab40
Octal230232254141204135213100
Binary1001100010011010101011001100101001000011110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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