Html Css Color HEX #928195 Amethyst Smoke

📋 copy color: '#928195'

red 146 ◦ green 129 ◦ blue 149

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

Shades of Amethyst Smoke #928195

Tints of Amethyst Smoke #928195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 34.43%
G = 30.42%
B = 35.14%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928195 (or 0x928195) is known color: Amethyst Smoke. HEX triplet: 92, 81 and 95. RGB value is (146,129,149). Sum of RGB (Red+Green+Blue) = 146+129+149=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #928195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928195 is #6D7E6A. Grayscale: #888888. Windows color (decimal): -7175787 or 9798034. OLE color: 9798034.

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

Color convert

RGB 146 129 149 -
CMYK 0.02 0.13 0 0.42
HSL 291º 0.09% 0.55% -
HSV(B) 291º 0.13% 0.58% -
XYZ 25.13 23.98 31.74 -
YUV 136.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 146 129 149 0.02 0.13 0 0.42 291 0.09 0.55
Hex 92 81 95 2 D 0 2A 123 9 37
Octal 222 201 225 2 15 0 52 443 11 67
Binary 10010010 10000001 10010101 10 1101 0 101010 100100011 1001 110111

Color Harmonies of #928195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928195

Black with #928195

Text Example


Text Example

White with #928195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928195; }

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

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

background-color css

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

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

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

border-color css

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

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

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