Html Css Color HEX #928094 Amethyst Smoke

📋 copy color: '#928094'

red 146 ◦ green 128 ◦ blue 148

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

Shades of Amethyst Smoke #928094

Tints of Amethyst Smoke #928094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

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

R = 34.6%
G = 30.33%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928094 (or 0x928094) is known color: Amethyst Smoke. HEX triplet: 92, 80 and 94. RGB value is (146,128,148). Sum of RGB (Red+Green+Blue) = 146+128+148=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #928094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928094 is #6D7F6B. Grayscale: #878787. Windows color (decimal): -7176044 or 9732242. OLE color: 9732242.

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

Color convert

RGB 146 128 148 -
CMYK 0.01 0.14 0 0.42
HSL 294º 0.09% 0.54% -
HSV(B) 294º 0.14% 0.58% -
XYZ 24.92 23.69 31.28 -
YUV 135.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 146 128 148 0.01 0.14 0 0.42 294 0.09 0.54
Hex 92 80 94 1 E 0 2A 126 9 36
Octal 222 200 224 1 16 0 52 446 11 66
Binary 10010010 10000000 10010100 1 1110 0 101010 100100110 1001 110110

Color Harmonies of #928094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928094

Black with #928094

Text Example


Text Example

White with #928094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928094; }

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

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

background-color css

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

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

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

border-color css

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

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

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