#9290B3

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

Shades of Santas Grey #9290B3

Tints of Santas Grey #9290B3

Color information

#9290B3 (or 0x9290B3) is unknown color: approx Santas Grey. HEX triplet: 92, 90 and B3. RGB value is (146,144,179). Sum of RGB (Red+Green+Blue) = 146+144+179=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #9290B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290B3 is #6D6F4C. Grayscale: #949494. Windows color (decimal): -7171917 or 11767954. OLE color: 11767954.

HSL color Cylindrical-coordinate representation of color #9290B3: hue angle of 243.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9290B3 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB146144179-
CMYK0.180.2000.30
HSL243.43º18.72%63.33%-
HSV(B)243.43º19.55%70.2%-
XYZ29.9629.3146.73-
YUV148.59145.16126.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=31.13%
G=30.70%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461441790.180.2000.30243.4318.7263.33
Hex9290B3121401Ef3133f
Octal22222026322240363632377
Binary10010010100100001011001110010101000111101111001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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