#928194

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

Shades of Amethyst Smoke #928194

Tints of Amethyst Smoke #928194

Color information

#928194 (or 0x928194) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 81 and 94. RGB value is (146,129,148). Sum of RGB (Red+Green+Blue) = 146+129+148=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #928194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928194 is #6D7E6B. Grayscale: #888888. Windows color (decimal): -7175788 or 9732498. OLE color: 9732498.

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

Color convert

RGB146129148-
CMYK0.010.1300.42
HSL293.68º8.15%54.31%-
HSV(B)293.68º12.84%58.04%-
XYZ25.0523.9531.32-
YUV136.25134.63134.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=34.52%
G=30.50%
B=34.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461291480.010.1300.42293.688.1554.31
Hex9281941D02A126836
Octal2222012241150524461066
Binary1001001010000001100101001110101010101001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928194; }

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

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

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

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

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

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

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

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