#9290AD

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

Shades of Santas Grey #9290AD

Tints of Santas Grey #9290AD

Color information

#9290AD (or 0x9290AD) is unknown color: approx Santas Grey. HEX triplet: 92, 90 and AD. RGB value is (146,144,173). Sum of RGB (Red+Green+Blue) = 146+144+173=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #9290AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9290AD is #6D6F52. Grayscale: #939393. Windows color (decimal): -7171923 or 11374738. OLE color: 11374738.

HSL color Cylindrical-coordinate representation of color #9290AD: hue angle of 244.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9290AD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146144173-
CMYK0.160.1700.32
HSL244.14º15.03%62.16%-
HSV(B)244.14º16.76%67.84%-
XYZ29.3729.0743.6-
YUV147.9142.16126.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=31.53%
G=31.10%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461441730.160.1700.32244.1415.0362.16
Hex9290AD1011020f4f3e
Octal22222025520210403641776
Binary10010010100100001010110110000100010100000111101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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