#9290AB

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

Shades of Santas Grey #9290AB

Tints of Santas Grey #9290AB

Color information

#9290AB (or 0x9290AB) is unknown color: approx Santas Grey. HEX triplet: 92, 90 and AB. RGB value is (146,144,171). Sum of RGB (Red+Green+Blue) = 146+144+171=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #9290AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9290AB is #6D6F54. Grayscale: #939393. Windows color (decimal): -7171925 or 11243666. OLE color: 11243666.

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

Color convert

RGB146144171-
CMYK0.150.1600.33
HSL244.44º13.85%61.76%-
HSV(B)244.44º15.79%67.06%-
XYZ29.182942.59-
YUV147.68141.16126.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=31.67%
G=31.24%
B=37.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461441710.150.1600.33244.4413.8561.76
Hex9290ABF10021f4e3e
Octal22222025317200413641676
Binary1001001010010000101010111111100000100001111101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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