#928299

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

Shades of Amethyst Smoke #928299

Tints of Amethyst Smoke #928299

Color information

#928299 (or 0x928299) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 82 and 99. RGB value is (146,130,153). Sum of RGB (Red+Green+Blue) = 146+130+153=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #928299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928299 is #6D7D66. Grayscale: #898989. Windows color (decimal): -7175527 or 10060434. OLE color: 10060434.

HSL color Cylindrical-coordinate representation of color #928299: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #928299 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB146130153-
CMYK0.050.1500.4
HSL281.74º10.13%55.49%-
HSV(B)281.74º15.03%60%-
XYZ25.5924.3833.49-
YUV137.41136.8134.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=34.03%
G=30.30%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461301530.050.1500.4281.7410.1355.49
Hex9282995F02811aa37
Octal2222022315170504321267
Binary100100101000001010011001101111101010001000110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928299; }

 p { color: rgb(146,130,153); }

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

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

 a { background-color: rgb(146,130,153); }

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

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

 span { border-color: rgb(146,130,153); }

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