#9794AB

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

Shades of Santas Grey #9794AB

Tints of Santas Grey #9794AB

Color information

#9794AB (or 0x9794AB) is unknown color: approx Santas Grey. HEX triplet: 97, 94 and AB. RGB value is (151,148,171). Sum of RGB (Red+Green+Blue) = 151+148+171=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9794AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9794AB is #686B54. Grayscale: #979797. Windows color (decimal): -6843221 or 11244695. OLE color: 11244695.

HSL color Cylindrical-coordinate representation of color #9794AB: hue angle of 247.83º 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 #9794AB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151148171-
CMYK0.120.1300.33
HSL247.83º12.04%62.55%-
HSV(B)247.83º13.45%67.06%-
XYZ30.730.742.84-
YUV151.52138.99127.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=32.13%
G=31.49%
B=36.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511481710.120.1300.33247.8312.0462.55
Hex9794ABCD021f8c3f
Octal22722425314150413701477
Binary100101111001010010101011110011010100001111110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9794AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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