#9291AB

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

Shades of Santas Grey #9291AB

Tints of Santas Grey #9291AB

Color information

#9291AB (or 0x9291AB) is unknown color: approx Santas Grey. HEX triplet: 92, 91 and AB. RGB value is (146,145,171). Sum of RGB (Red+Green+Blue) = 146+145+171=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #9291AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9291AB is #6D6E54. Grayscale: #949494. Windows color (decimal): -7171669 or 11243922. OLE color: 11243922.

HSL color Cylindrical-coordinate representation of color #9291AB: hue angle of 242.31º 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 #9291AB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146145171-
CMYK0.150.1500.33
HSL242.31º13.4%61.96%-
HSV(B)242.31º15.2%67.06%-
XYZ29.3329.342.64-
YUV148.26140.83126.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=31.60%
G=31.39%
B=37.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461451710.150.1500.33242.3113.461.96
Hex9291ABFF021f2d3e
Octal22222125317170413621576
Binary100100101001000110101011111111110100001111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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