#9395AF

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

Shades of Santas Grey #9395AF

Tints of Santas Grey #9395AF

Color information

#9395AF (or 0x9395AF) is unknown color: approx Santas Grey. HEX triplet: 93, 95 and AF. RGB value is (147,149,175). Sum of RGB (Red+Green+Blue) = 147+149+175=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9395AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9395AF is #6C6A50. Grayscale: #979797. Windows color (decimal): -7105105 or 11507091. OLE color: 11507091.

HSL color Cylindrical-coordinate representation of color #9395AF: hue angle of 235.71º 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 #9395AF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147149175-
CMYK0.160.1500.31
HSL235.71º14.89%63.14%-
HSV(B)235.71º16%68.63%-
XYZ30.5230.7944.89-
YUV151.37141.34124.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=31.21%
G=31.63%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471491750.160.1500.31235.7114.8963.14
Hex9395AF10F01Fecf3f
Octal22322525720170373541777
Binary100100111001010110101111100001111011111111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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