#9292AD

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

Shades of Santas Grey #9292AD

Tints of Santas Grey #9292AD

Color information

#9292AD (or 0x9292AD) is unknown color: approx Santas Grey. HEX triplet: 92, 92 and AD. RGB value is (146,146,173). Sum of RGB (Red+Green+Blue) = 146+146+173=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #9292AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9292AD is #6D6D52. Grayscale: #949494. Windows color (decimal): -7171411 or 11375250. OLE color: 11375250.

HSL color Cylindrical-coordinate representation of color #9292AD: hue angle of 240º 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 #9292AD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146146173-
CMYK0.160.1600.32
HSL240º14.14%62.55%-
HSV(B)240º15.61%67.84%-
XYZ29.6829.6943.7-
YUV149.08141.5125.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=31.40%
G=31.40%
B=37.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461461730.160.1600.3224014.1462.55
Hex9292AD1010020f0e3f
Octal22222225520200403601677
Binary10010010100100101010110110000100000100000111100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9292AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9292AD; }

 p { color: rgb(146,146,173); }

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

<style>
 a { background-color: #9292AD; }

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

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

<style>
 span { border-color: #9292AD; }

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

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