#9793AF

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

Shades of Santas Grey #9793AF

Tints of Santas Grey #9793AF

Color information

#9793AF (or 0x9793AF) is unknown color: approx Santas Grey. HEX triplet: 97, 93 and AF. RGB value is (151,147,175). Sum of RGB (Red+Green+Blue) = 151+147+175=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #9793AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9793AF is #686C50. Grayscale: #979797. Windows color (decimal): -6843473 or 11506583. OLE color: 11506583.

HSL color Cylindrical-coordinate representation of color #9793AF: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9793AF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151147175-
CMYK0.140.1600.31
HSL248.57º14.89%63.14%-
HSV(B)248.57º16%68.63%-
XYZ30.9330.5444.82-
YUV151.39141.33127.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=31.92%
G=31.08%
B=37.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511471750.140.1600.31248.5714.8963.14
Hex9793AFE1001Ff9f3f
Octal22722325716200373711777
Binary100101111001001110101111111010000011111111110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9793AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9793AF; }

 p { color: rgb(151,147,175); }

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

<style>
 a { background-color: #9793AF; }

 a { background-color: rgb(151,147,175); }

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

<style>
 span { border-color: #9793AF; }

 span { border-color: rgb(151,147,175); }

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