#9894AB

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

Shades of Santas Grey #9894AB

Tints of Santas Grey #9894AB

Color information

#9894AB (or 0x9894AB) is unknown color: approx Santas Grey. HEX triplet: 98, 94 and AB. RGB value is (152,148,171). Sum of RGB (Red+Green+Blue) = 152+148+171=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9894AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9894AB is #676B54. Grayscale: #979797. Windows color (decimal): -6777685 or 11244696. OLE color: 11244696.

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

Color convert

RGB152148171-
CMYK0.110.1300.33
HSL250.43º12.04%62.55%-
HSV(B)250.43º13.45%67.06%-
XYZ30.8930.842.84-
YUV151.82138.83128.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=32.27%
G=31.42%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521481710.110.1300.33250.4312.0462.55
Hex9894ABBD021fac3f
Octal23022425313150413721477
Binary100110001001010010101011101111010100001111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9894AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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