#9493AA

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

Shades of Santas Grey #9493AA

Tints of Santas Grey #9493AA

Color information

#9493AA (or 0x9493AA) is unknown color: approx Santas Grey. HEX triplet: 94, 93 and AA. RGB value is (148,147,170). Sum of RGB (Red+Green+Blue) = 148+147+170=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #9493AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9493AA is #6B6C55. Grayscale: #959595. Windows color (decimal): -7040086 or 11178900. OLE color: 11178900.

HSL color Cylindrical-coordinate representation of color #9493AA: hue angle of 242.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9493AA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148147170-
CMYK0.130.1400.33
HSL242.61º11.92%62.16%-
HSV(B)242.61º13.53%66.67%-
XYZ29.930.0742.26-
YUV149.92139.33126.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=31.83%
G=31.61%
B=36.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481471700.130.1400.33242.6111.9262.16
Hex9493AADE021f3c3e
Octal22422325215160413631476
Binary100101001001001110101010110111100100001111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9493AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9493AA; }

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

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

<style>
 a { background-color: #9493AA; }

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

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

<style>
 span { border-color: #9493AA; }

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

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