#928999

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

Shades of Amethyst Smoke #928999

Tints of Amethyst Smoke #928999

Color information

#928999 (or 0x928999) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 89 and 99. RGB value is (146,137,153). Sum of RGB (Red+Green+Blue) = 146+137+153=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #928999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928999 is #6D7666. Grayscale: #8D8D8D. Windows color (decimal): -7173735 or 10062226. OLE color: 10062226.

HSL color Cylindrical-coordinate representation of color #928999: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928999 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB146137153-
CMYK0.050.1000.4
HSL273.75º7.27%56.86%-
HSV(B)273.75º10.46%60%-
XYZ26.5526.333.81-
YUV141.51134.48131.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=33.49%
G=31.42%
B=35.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461371530.050.1000.4273.757.2756.86
Hex9289995A028112739
Octal222211231512050422771
Binary10010010100010011001100110110100101000100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928999; }

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

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

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

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

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

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

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

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