Html Css Color HEX #928294 Amethyst Smoke

📋 copy color: '#928294'

red 146 ◦ green 130 ◦ blue 148

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

Shades of Amethyst Smoke #928294

Tints of Amethyst Smoke #928294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

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

R = 34.43%
G = 30.66%
B = 34.91%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928294 (or 0x928294) is known color: Amethyst Smoke. HEX triplet: 92, 82 and 94. RGB value is (146,130,148). Sum of RGB (Red+Green+Blue) = 146+130+148=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: blue. Hex color #928294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928294 is #6D7D6B. Grayscale: #888888. Windows color (decimal): -7175532 or 9732754. OLE color: 9732754.

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

Color convert

RGB 146 130 148 -
CMYK 0.01 0.12 0 0.42
HSL 293.33º 0.08% 0.55% -
HSV(B) 293.33º 0.12% 0.58% -
XYZ 25.18 24.21 31.36 -
YUV 136.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 146 130 148 0.01 0.12 0 0.42 293.33 0.08 0.55
Hex 92 82 94 1 C 0 2A 125 8 37
Octal 222 202 224 1 14 0 52 445 10 67
Binary 10010010 10000010 10010100 1 1100 0 101010 100100101 1000 110111

Color Harmonies of #928294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928294

Black with #928294

Text Example


Text Example

White with #928294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928294; }

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

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

background-color css

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

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

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

border-color css

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

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

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