Html Css Color HEX #928194 Amethyst Smoke

📋 copy color: '#928194'

red 146 ◦ green 129 ◦ blue 148

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

Shades of Amethyst Smoke #928194

Tints of Amethyst Smoke #928194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 34.52%
G = 30.5%
B = 34.99%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928194 (or 0x928194) is known color: Amethyst Smoke. HEX triplet: 92, 81 and 94. RGB value is (146,129,148). Sum of RGB (Red+Green+Blue) = 146+129+148=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #928194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928194 is #6D7E6B. Grayscale: #888888. Windows color (decimal): -7175788 or 9732498. OLE color: 9732498.

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

Color convert

RGB 146 129 148 -
CMYK 0.01 0.13 0 0.42
HSL 293.68º 0.08% 0.54% -
HSV(B) 293.68º 0.13% 0.58% -
XYZ 25.05 23.95 31.32 -
YUV 136.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 146 129 148 0.01 0.13 0 0.42 293.68 0.08 0.54
Hex 92 81 94 1 D 0 2A 126 8 36
Octal 222 201 224 1 15 0 52 446 10 66
Binary 10010010 10000001 10010100 1 1101 0 101010 100100110 1000 110110

Color Harmonies of #928194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928194

Black with #928194

Text Example


Text Example

White with #928194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928194; }

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

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

background-color css

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

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

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

border-color css

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

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

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