#928594

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

Shades of Amethyst Smoke #928594

Tints of Amethyst Smoke #928594

Color information

#928594 (or 0x928594) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 85 and 94. RGB value is (146,133,148). Sum of RGB (Red+Green+Blue) = 146+133+148=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #928594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928594 is #6D7A6B. Grayscale: #8A8A8A. Windows color (decimal): -7174764 or 9733522. OLE color: 9733522.

HSL color Cylindrical-coordinate representation of color #928594: hue angle of 292º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928594 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB146133148-
CMYK0.010.1000.42
HSL292º6.55%55.1%-
HSV(B)292º10.14%58.04%-
XYZ25.5925.0231.5-
YUV138.6133.31133.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=34.19%
G=31.15%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461331480.010.1000.422926.5555.1
Hex9285941A02A124737
Octal222205224112052444767
Binary100100101000010110010100110100101010100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928594; }

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

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

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

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

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

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

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

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