#928195

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

Shades of Amethyst Smoke #928195

Tints of Amethyst Smoke #928195

Color information

#928195 (or 0x928195) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 81 and 95. RGB value is (146,129,149). Sum of RGB (Red+Green+Blue) = 146+129+149=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #928195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928195 is #6D7E6A. Grayscale: #888888. Windows color (decimal): -7175787 or 9798034. OLE color: 9798034.

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

Color convert

RGB146129149-
CMYK0.020.1300.42
HSL291º8.62%54.51%-
HSV(B)291º13.42%58.43%-
XYZ25.1323.9831.74-
YUV136.36135.13134.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=34.43%
G=30.42%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461291490.020.1300.422918.6254.51
Hex9281952D02A123937
Octal2222012252150524431167
Binary10010010100000011001010110110101010101001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928195; }

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

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

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

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

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

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

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

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