Html Css Color HEX #928493 Amethyst Smoke

📋 copy color: '#928493'

red 146 ◦ green 132 ◦ blue 147

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

Shades of Amethyst Smoke #928493

Tints of Amethyst Smoke #928493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 34.35%
G = 31.06%
B = 34.59%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928493 (or 0x928493) is known color: Amethyst Smoke. HEX triplet: 92, 84 and 93. RGB value is (146,132,147). Sum of RGB (Red+Green+Blue) = 146+132+147=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 147 - color contains mainly: blue. Hex color #928493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928493 is #6D7B6C. Grayscale: #898989. Windows color (decimal): -7175021 or 9667730. OLE color: 9667730.

HSL color Cylindrical-coordinate representation of color #928493: hue angle of 296º degrees, saturation: 0.06, 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 #928493 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 132 147 -
CMYK 0.01 0.10 0 0.42
HSL 296º 0.06% 0.55% -
HSV(B) 296º 0.1% 0.58% -
XYZ 25.37 24.72 31.04 -
YUV 137.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 146 132 147 0.01 0.10 0 0.42 296 0.06 0.55
Hex 92 84 93 1 A 0 2A 128 6 37
Octal 222 204 223 1 12 0 52 450 6 67
Binary 10010010 10000100 10010011 1 1010 0 101010 100101000 110 110111

Color Harmonies of #928493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928493

Black with #928493

Text Example


Text Example

White with #928493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928493; }

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

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

background-color css

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

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

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

border-color css

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

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

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