#92829D

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

Shades of Amethyst Smoke #92829D

Tints of Amethyst Smoke #92829D

Color information

#92829D (or 0x92829D) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 82 and 9D. RGB value is (146,130,157). Sum of RGB (Red+Green+Blue) = 146+130+157=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #92829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92829D is #6D7D62. Grayscale: #898989. Windows color (decimal): -7175523 or 10322578. OLE color: 10322578.

HSL color Cylindrical-coordinate representation of color #92829D: hue angle of 275.56º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92829D is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146130157-
CMYK0.070.1700.38
HSL275.56º12.11%56.27%-
HSV(B)275.56º17.2%61.57%-
XYZ25.9224.5135.26-
YUV137.86138.8133.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=33.72%
G=30.02%
B=36.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461301570.070.1700.38275.5612.1156.27
Hex92829D711026114c38
Octal2222022357210464241470
Binary1001001010000010100111011111000101001101000101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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