#9795AF

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

Shades of Santas Grey #9795AF

Tints of Santas Grey #9795AF

Color information

#9795AF (or 0x9795AF) is unknown color: approx Santas Grey. HEX triplet: 97, 95 and AF. RGB value is (151,149,175). Sum of RGB (Red+Green+Blue) = 151+149+175=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #9795AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9795AF is #686A50. Grayscale: #989898. Windows color (decimal): -6842961 or 11507095. OLE color: 11507095.

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

Color convert

RGB151149175-
CMYK0.140.1500.31
HSL244.62º13.98%63.53%-
HSV(B)244.62º14.86%68.63%-
XYZ31.2531.1744.93-
YUV152.56140.66126.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=31.79%
G=31.37%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511491750.140.1500.31244.6213.9863.53
Hex9795AFEF01Ff5e40
Octal227225257161703736516100
Binary100101111001010110101111111011110111111111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9795AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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