#9391AF

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

Shades of Santas Grey #9391AF

Tints of Santas Grey #9391AF

Color information

#9391AF (or 0x9391AF) is unknown color: approx Santas Grey. HEX triplet: 93, 91 and AF. RGB value is (147,145,175). Sum of RGB (Red+Green+Blue) = 147+145+175=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #9391AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9391AF is #6C6E50. Grayscale: #949494. Windows color (decimal): -7106129 or 11506067. OLE color: 11506067.

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

Color convert

RGB147145175-
CMYK0.160.1700.31
HSL244º15.79%62.75%-
HSV(B)244º17.14%68.63%-
XYZ29.929.5544.69-
YUV149.02142.66126.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=31.48%
G=31.05%
B=37.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471451750.160.1700.3124415.7962.75
Hex9391AF101101Ff4103f
Octal22322125720210373642077
Binary10010011100100011010111110000100010111111111010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9391AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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