#928094

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

Shades of Amethyst Smoke #928094

Tints of Amethyst Smoke #928094

Color information

#928094 (or 0x928094) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 80 and 94. RGB value is (146,128,148). Sum of RGB (Red+Green+Blue) = 146+128+148=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #928094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928094 is #6D7F6B. Grayscale: #878787. Windows color (decimal): -7176044 or 9732242. OLE color: 9732242.

HSL color Cylindrical-coordinate representation of color #928094: hue angle of 294º 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 #928094 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB146128148-
CMYK0.010.1400.42
HSL294º8.55%54.12%-
HSV(B)294º13.51%58.04%-
XYZ24.9223.6931.28-
YUV135.66134.96135.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=34.60%
G=30.33%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461281480.010.1400.422948.5554.12
Hex9280941E02A126936
Octal2222002241160524461166
Binary1001001010000000100101001111001010101001001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928094; }

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

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

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

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

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

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

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

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