#928893

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

Shades of Amethyst Smoke #928893

Tints of Amethyst Smoke #928893

Color information

#928893 (or 0x928893) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 88 and 93. RGB value is (146,136,147). Sum of RGB (Red+Green+Blue) = 146+136+147=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 147 - color contains mainly: blue. Hex color #928893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928893 is #6D776C. Grayscale: #8C8C8C. Windows color (decimal): -7173997 or 9668754. OLE color: 9668754.

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

Color convert

RGB146136147-
CMYK0.010.0700.42
HSL294.55º4.85%55.49%-
HSV(B)294.55º7.48%57.65%-
XYZ25.9225.8331.22-
YUV140.24131.81132.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=34.03%
G=31.70%
B=34.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461361470.010.0700.42294.554.8555.49
Hex9288931702A127537
Octal22221022317052447567
Binary10010010100010001001001111110101010100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928893; }

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

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

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

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

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

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

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

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