Html Css Color HEX #928392 Amethyst Smoke

📋 copy color: '#928392'

red 146 ◦ green 131 ◦ blue 146

#928392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #928392

Tints of Amethyst Smoke #928392

RGB

 RED value IS 146 (57.42% from 255) = 34.52%

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 34.52%
G = 30.97%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#928392 (or 0x928392) is known color: Amethyst Smoke. HEX triplet: 92, 83 and 92. RGB value is (146,131,146). Sum of RGB (Red+Green+Blue) = 146+131+146=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928392 is #6D7C6D. Grayscale: #898989. Windows color (decimal): -7175278 or 9601938. OLE color: 9601938.

HSL color Cylindrical-coordinate representation of color #928392: hue angle of 300º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928392 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 146 -
CMYK 0 0.10 0 0.43
HSL 300º 0.06% 0.54% -
HSV(B) 300º 0.1% 0.57% -
XYZ 25.16 24.42 30.58 -
YUV 137.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 146 131 146 0 0.10 0 0.43 300 0.06 0.54
Hex 92 83 92 0 A 0 2B 12C 6 36
Octal 222 203 222 0 12 0 53 454 6 66
Binary 10010010 10000011 10010010 0 1010 0 101011 100101100 110 110110

Color Harmonies of #928392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928392

Black with #928392

Text Example


Text Example

White with #928392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928392; }

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

 H1.HeaderClassName
 {
   color: #928392;
 }
 .AnyTagClassName
 {
   color: #928392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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