#9898AD

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

Shades of Santas Grey #9898AD

Tints of Santas Grey #9898AD

Color information

#9898AD (or 0x9898AD) is unknown color: approx Santas Grey. HEX triplet: 98, 98 and AD. RGB value is (152,152,173). Sum of RGB (Red+Green+Blue) = 152+152+173=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #9898AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9898AD is #676752. Grayscale: #9A9A9A. Windows color (decimal): -6776659 or 11376792. OLE color: 11376792.

HSL color Cylindrical-coordinate representation of color #9898AD: hue angle of 240º 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 #9898AD is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152152173-
CMYK0.120.1200.32
HSL240º11.35%63.73%-
HSV(B)240º12.14%67.84%-
XYZ31.7232.1544.07-
YUV154.39138.5126.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=31.87%
G=31.87%
B=36.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521521730.120.1200.3224011.3563.73
Hex9898ADCC020f0b40
Octal230230255141404036013100
Binary1001100010011000101011011100110001000001111000010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9898AD; }

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

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

<style>
 a { background-color: #9898AD; }

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

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

<style>
 span { border-color: #9898AD; }

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

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