#9792AC

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

Shades of Santas Grey #9792AC

Tints of Santas Grey #9792AC

Color information

#9792AC (or 0x9792AC) is unknown color: approx Santas Grey. HEX triplet: 97, 92 and AC. RGB value is (151,146,172). Sum of RGB (Red+Green+Blue) = 151+146+172=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #9792AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9792AC is #686D53. Grayscale: #969696. Windows color (decimal): -6843732 or 11309719. OLE color: 11309719.

HSL color Cylindrical-coordinate representation of color #9792AC: hue angle of 251.54º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9792AC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151146172-
CMYK0.120.1500.33
HSL251.54º13.54%62.35%-
HSV(B)251.54º15.12%67.45%-
XYZ30.4930.1243.24-
YUV150.46140.16128.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=32.20%
G=31.13%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511461720.120.1500.33251.5413.5462.35
Hex9792ACCF021fce3e
Octal22722225414170413741676
Binary100101111001001010101100110011110100001111111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9792AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9792AC; }

 p { color: rgb(151,146,172); }

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

<style>
 a { background-color: #9792AC; }

 a { background-color: rgb(151,146,172); }

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

<style>
 span { border-color: #9792AC; }

 span { border-color: rgb(151,146,172); }

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