#928398

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

Shades of Amethyst Smoke #928398

Tints of Amethyst Smoke #928398

Color information

#928398 (or 0x928398) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 83 and 98. RGB value is (146,131,152). Sum of RGB (Red+Green+Blue) = 146+131+152=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #928398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928398 is #6D7C67. Grayscale: #898989. Windows color (decimal): -7175272 or 9995154. OLE color: 9995154.

HSL color Cylindrical-coordinate representation of color #928398: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #928398 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB146131152-
CMYK0.040.1400.40
HSL282.86º9.25%55.49%-
HSV(B)282.86º13.82%59.61%-
XYZ25.6424.6133.1-
YUV137.88135.97133.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=34.03%
G=30.54%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461311520.040.1400.40282.869.2555.49
Hex9283984E02811b937
Octal2222032304160504331167
Binary100100101000001110011000100111001010001000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928398; }

 p { color: rgb(146,131,152); }

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

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

 a { background-color: rgb(146,131,152); }

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

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

 span { border-color: rgb(146,131,152); }

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