#92899D

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

Shades of Amethyst Smoke #92899D

Tints of Amethyst Smoke #92899D

Color information

#92899D (or 0x92899D) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 89 and 9D. RGB value is (146,137,157). Sum of RGB (Red+Green+Blue) = 146+137+157=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #92899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92899D is #6D7662. Grayscale: #8D8D8D. Windows color (decimal): -7173731 or 10324370. OLE color: 10324370.

HSL color Cylindrical-coordinate representation of color #92899D: hue angle of 267º degrees, saturation: 0.09, 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 #92899D is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146137157-
CMYK0.070.1300.38
HSL267º9.26%57.65%-
HSV(B)267º12.74%61.57%-
XYZ26.8926.4435.58-
YUV141.97136.48130.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=33.18%
G=31.14%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461371570.070.1300.382679.2657.65
Hex92899D7D02610b93a
Octal2222112357150464131172
Binary100100101000100110011101111110101001101000010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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