#9798AB

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

Shades of Santas Grey #9798AB

Tints of Santas Grey #9798AB

Color information

#9798AB (or 0x9798AB) is unknown color: approx Santas Grey. HEX triplet: 97, 98 and AB. RGB value is (151,152,171). Sum of RGB (Red+Green+Blue) = 151+152+171=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #9798AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9798AB is #686754. Grayscale: #999999. Windows color (decimal): -6842197 or 11245719. OLE color: 11245719.

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

Color convert

RGB151152171-
CMYK0.120.1100.33
HSL237º10.64%63.14%-
HSV(B)237º11.7%67.06%-
XYZ31.3431.9843.05-
YUV153.87137.67125.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.86%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=31.86%
G=32.07%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511521710.120.1100.3323710.6463.14
Hex9798ABCB021edb3f
Octal22723025314130413551377
Binary100101111001100010101011110010110100001111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9798AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9798AB; }

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

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

<style>
 a { background-color: #9798AB; }

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

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

<style>
 span { border-color: #9798AB; }

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

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