#92899E

Color #92899E Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #92899E

Tints of Amethyst Smoke #92899E

Color information

#92899E (or 0x92899E) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 89 and 9E. RGB value is (146,137,158). Sum of RGB (Red+Green+Blue) = 146+137+158=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #92899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92899E is #6D7661. Grayscale: #8E8E8E. Windows color (decimal): -7173730 or 10389906. OLE color: 10389906.

HSL color Cylindrical-coordinate representation of color #92899E: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92899E is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146137158-
CMYK0.080.1300.38
HSL265.71º9.77%57.84%-
HSV(B)265.71º13.29%61.96%-
XYZ26.9726.4736.04-
YUV142.08136.98130.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=33.11%
G=31.07%
B=35.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461371580.080.1300.38265.719.7757.84
Hex92899E8D02610aa3a
Octal22221123610150464121272
Binary1001001010001001100111101000110101001101000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92899E; }

 p { color: rgb(146,137,158); }

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

<style>
 a { background-color: #92899E; }

 a { background-color: rgb(146,137,158); }

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

<style>
 span { border-color: #92899E; }

 span { border-color: rgb(146,137,158); }

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