#928892

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

Shades of Amethyst Smoke #928892

Tints of Amethyst Smoke #928892

Color information

#928892 (or 0x928892) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 88 and 92. RGB value is (146,136,146). Sum of RGB (Red+Green+Blue) = 146+136+146=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928892 is #6D776D. Grayscale: #8C8C8C. Windows color (decimal): -7173998 or 9603218. OLE color: 9603218.

HSL color Cylindrical-coordinate representation of color #928892: hue angle of 300º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #928892 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB146136146-
CMYK00.0700.43
HSL300º4.39%55.29%-
HSV(B)300º6.85%57.25%-
XYZ25.8525.7930.81-
YUV140.13131.31132.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=34.11%
G=31.78%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613614600.0700.433004.3955.29
Hex9288920702B12c437
Octal22221022207053454467
Binary10010010100010001001001001110101011100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928892; }

 p { color: rgb(146,136,146); }

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

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

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

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

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

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

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