#9C98AD

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

Shades of Santas Grey #9C98AD

Tints of Santas Grey #9C98AD

Color information

#9C98AD (or 0x9C98AD) is unknown color: approx Santas Grey. HEX triplet: 9C, 98 and AD. RGB value is (156,152,173). Sum of RGB (Red+Green+Blue) = 156+152+173=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C98AD is #636752. Grayscale: #9B9B9B. Windows color (decimal): -6514515 or 11376796. OLE color: 11376796.

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

Color convert

RGB156152173-
CMYK0.100.1200.32
HSL251.43º11.35%63.73%-
HSV(B)251.43º12.14%67.84%-
XYZ32.4832.5444.1-
YUV155.59137.83128.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=32.43%
G=31.60%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561521730.100.1200.32251.4311.3563.73
Hex9C98ADAC020fbb40
Octal234230255121404037313100
Binary1001110010011000101011011010110001000001111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C98AD; }

 p { color: rgb(156,152,173); }

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

<style>
 a { background-color: #9C98AD; }

 a { background-color: rgb(156,152,173); }

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

<style>
 span { border-color: #9C98AD; }

 span { border-color: rgb(156,152,173); }

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