#928095

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

Shades of Amethyst Smoke #928095

Tints of Amethyst Smoke #928095

Color information

#928095 (or 0x928095) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 80 and 95. RGB value is (146,128,149). Sum of RGB (Red+Green+Blue) = 146+128+149=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #928095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928095 is #6D7F6A. Grayscale: #878787. Windows color (decimal): -7176043 or 9797778. OLE color: 9797778.

HSL color Cylindrical-coordinate representation of color #928095: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #928095 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB146128149-
CMYK0.020.1400.42
HSL291.43º9.01%54.31%-
HSV(B)291.43º14.09%58.43%-
XYZ2523.7231.69-
YUV135.78135.46135.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=34.52%
G=30.26%
B=35.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461281490.020.1400.42291.439.0154.31
Hex9280952E02A123936
Octal2222002252160524431166
Binary10010010100000001001010110111001010101001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928095; }

 p { color: rgb(146,128,149); }

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

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

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

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

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

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

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