Html Css Color HEX #928297 Amethyst Smoke

📋 copy color: '#928297'

red 146 ◦ green 130 ◦ blue 151

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

Shades of Amethyst Smoke #928297

Tints of Amethyst Smoke #928297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 34.19%
G = 30.44%
B = 35.36%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#928297 (or 0x928297) is known color: Amethyst Smoke. HEX triplet: 92, 82 and 97. RGB value is (146,130,151). Sum of RGB (Red+Green+Blue) = 146+130+151=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 151 - color contains mainly: blue. Hex color #928297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928297 is #6D7D68. Grayscale: #898989. Windows color (decimal): -7175529 or 9929362. OLE color: 9929362.

HSL color Cylindrical-coordinate representation of color #928297: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #928297 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 130 151 -
CMYK 0.03 0.14 0 0.41
HSL 285.71º 0.09% 0.55% -
HSV(B) 285.71º 0.14% 0.59% -
XYZ 25.42 24.31 32.63 -
YUV 137.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 146 130 151 0.03 0.14 0 0.41 285.71 0.09 0.55
Hex 92 82 97 3 E 0 29 11E 9 37
Octal 222 202 227 3 16 0 51 436 11 67
Binary 10010010 10000010 10010111 11 1110 0 101001 100011110 1001 110111

Color Harmonies of #928297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928297

Black with #928297

Text Example


Text Example

White with #928297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928297; }

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

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

background-color css

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

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

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

border-color css

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

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

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