#9394AE

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

Shades of Santas Grey #9394AE

Tints of Santas Grey #9394AE

Color information

#9394AE (or 0x9394AE) is unknown color: approx Santas Grey. HEX triplet: 93, 94 and AE. RGB value is (147,148,174). Sum of RGB (Red+Green+Blue) = 147+148+174=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #9394AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9394AE is #6C6B51. Grayscale: #969696. Windows color (decimal): -7105362 or 11441299. OLE color: 11441299.

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

Color convert

RGB147148174-
CMYK0.160.1500.32
HSL237.78º14.29%62.94%-
HSV(B)237.78º15.52%68.24%-
XYZ30.2630.4444.32-
YUV150.66141.17125.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=31.34%
G=31.56%
B=37.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471481740.160.1500.32237.7814.2962.94
Hex9394AE10F020eee3f
Octal22322425620170403561677
Binary1001001110010100101011101000011110100000111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9394AE; }

 p { color: rgb(147,148,174); }

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

<style>
 a { background-color: #9394AE; }

 a { background-color: rgb(147,148,174); }

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

<style>
 span { border-color: #9394AE; }

 span { border-color: rgb(147,148,174); }

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