Html Css Color HEX #928994 Amethyst Smoke

📋 copy color: '#928994'

red 146 ◦ green 137 ◦ blue 148

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

Shades of Amethyst Smoke #928994

Tints of Amethyst Smoke #928994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 33.87%
G = 31.79%
B = 34.34%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928994 (or 0x928994) is known color: Amethyst Smoke. HEX triplet: 92, 89 and 94. RGB value is (146,137,148). Sum of RGB (Red+Green+Blue) = 146+137+148=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 148 - color contains mainly: blue. Hex color #928994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928994 is #6D766B. Grayscale: #8C8C8C. Windows color (decimal): -7173740 or 9734546. OLE color: 9734546.

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

Color convert

RGB 146 137 148 -
CMYK 0.01 0.07 0 0.42
HSL 289.09º 0.05% 0.56% -
HSV(B) 289.09º 0.07% 0.58% -
XYZ 26.15 26.14 31.68 -
YUV 140.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 146 137 148 0.01 0.07 0 0.42 289.09 0.05 0.56
Hex 92 89 94 1 7 0 2A 121 5 38
Octal 222 211 224 1 7 0 52 441 5 70
Binary 10010010 10001001 10010100 1 111 0 101010 100100001 101 111000

Color Harmonies of #928994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928994

Black with #928994

Text Example


Text Example

White with #928994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928994; }

 p { color: rgb(146,137,148); }

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

background-color css

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

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

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

border-color css

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

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

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