#928C99

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

Shades of Amethyst Smoke #928C99

Tints of Amethyst Smoke #928C99

Color information

#928C99 (or 0x928C99) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 8C and 99. RGB value is (146,140,153). Sum of RGB (Red+Green+Blue) = 146+140+153=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #928C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928C99 is #6D7366. Grayscale: #8F8F8F. Windows color (decimal): -7172967 or 10062994. OLE color: 10062994.

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

Color convert

RGB146140153-
CMYK0.050.0800.4
HSL267.69º5.99%57.45%-
HSV(B)267.69º8.5%60%-
XYZ26.9827.1733.96-
YUV143.28133.49129.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=33.26%
G=31.89%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461401530.050.0800.4267.695.9957.45
Hex928C995802810c639
Octal222214231510050414671
Binary10010010100011001001100110110000101000100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928C99; }

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

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

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

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

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

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

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

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