#9392AB

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

Shades of Santas Grey #9392AB

Tints of Santas Grey #9392AB

Color information

#9392AB (or 0x9392AB) is unknown color: approx Santas Grey. HEX triplet: 93, 92 and AB. RGB value is (147,146,171). Sum of RGB (Red+Green+Blue) = 147+146+171=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #9392AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9392AB is #6C6D54. Grayscale: #959595. Windows color (decimal): -7105877 or 11244179. OLE color: 11244179.

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

Color convert

RGB147146171-
CMYK0.140.1500.33
HSL242.4º12.95%62.16%-
HSV(B)242.4º14.62%67.06%-
XYZ29.6629.742.7-
YUV149.15140.33126.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=31.68%
G=31.47%
B=36.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471461710.140.1500.33242.412.9562.16
Hex9392ABEF021f2d3e
Octal22322225316170413621576
Binary100100111001001010101011111011110100001111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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