#9492AD

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

Shades of Santas Grey #9492AD

Tints of Santas Grey #9492AD

Color information

#9492AD (or 0x9492AD) is unknown color: approx Santas Grey. HEX triplet: 94, 92 and AD. RGB value is (148,146,173). Sum of RGB (Red+Green+Blue) = 148+146+173=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #9492AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492AD is #6B6D52. Grayscale: #959595. Windows color (decimal): -7040339 or 11375252. OLE color: 11375252.

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

Color convert

RGB148146173-
CMYK0.140.1600.32
HSL244.44º14.14%62.55%-
HSV(B)244.44º15.61%67.84%-
XYZ30.0329.8743.72-
YUV149.68141.16126.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=31.69%
G=31.26%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481461730.140.1600.32244.4414.1462.55
Hex9492ADE10020f4e3f
Octal22422225516200403641677
Binary1001010010010010101011011110100000100000111101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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