#928193

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

Shades of Amethyst Smoke #928193

Tints of Amethyst Smoke #928193

Color information

#928193 (or 0x928193) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 81 and 93. RGB value is (146,129,147). Sum of RGB (Red+Green+Blue) = 146+129+147=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #928193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928193 is #6D7E6C. Grayscale: #888888. Windows color (decimal): -7175789 or 9666962. OLE color: 9666962.

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

Color convert

RGB146129147-
CMYK0.010.1200.42
HSL296.67º7.69%54.12%-
HSV(B)296.67º12.24%57.65%-
XYZ24.9723.9230.9-
YUV136.14134.13135.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=34.60%
G=30.57%
B=34.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461291470.010.1200.42296.677.6954.12
Hex9281931C02A129836
Octal2222012231140524511066
Binary1001001010000001100100111110001010101001010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928193; }

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

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

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

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

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

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

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

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