#9394AB

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

Shades of Santas Grey #9394AB

Tints of Santas Grey #9394AB

Color information

#9394AB (or 0x9394AB) is unknown color: approx Santas Grey. HEX triplet: 93, 94 and AB. RGB value is (147,148,171). Sum of RGB (Red+Green+Blue) = 147+148+171=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9394AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9394AB is #6C6B54. Grayscale: #969696. Windows color (decimal): -7105365 or 11244691. OLE color: 11244691.

HSL color Cylindrical-coordinate representation of color #9394AB: hue angle of 237.5º 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 #9394AB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147148171-
CMYK0.140.1300.33
HSL237.5º12.5%62.35%-
HSV(B)237.5º14.04%67.06%-
XYZ29.9730.3242.8-
YUV150.32139.67125.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=31.55%
G=31.76%
B=36.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471481710.140.1300.33237.512.562.35
Hex9394ABED021eec3e
Octal22322425316150413561476
Binary100100111001010010101011111011010100001111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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