#92829A

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

Shades of Amethyst Smoke #92829A

Tints of Amethyst Smoke #92829A

Color information

#92829A (or 0x92829A) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 82 and 9A. RGB value is (146,130,154). Sum of RGB (Red+Green+Blue) = 146+130+154=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #92829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92829A is #6D7D65. Grayscale: #898989. Windows color (decimal): -7175526 or 10125970. OLE color: 10125970.

HSL color Cylindrical-coordinate representation of color #92829A: hue angle of 280º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92829A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB146130154-
CMYK0.050.1600.40
HSL280º10.62%55.69%-
HSV(B)280º15.58%60.39%-
XYZ25.6724.4133.93-
YUV137.52137.3134.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.95%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=33.95%
G=30.23%
B=35.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461301540.050.1600.4028010.6255.69
Hex92829A510028118b38
Octal2222022325200504301370
Binary1001001010000010100110101011000001010001000110001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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