#928197

Color #928197 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #928197

Tints of Amethyst Smoke #928197

Color information

#928197 (or 0x928197) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 81 and 97. RGB value is (146,129,151). Sum of RGB (Red+Green+Blue) = 146+129+151=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #928197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928197 is #6D7E68. Grayscale: #888888. Windows color (decimal): -7175785 or 9929106. OLE color: 9929106.

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

Color convert

RGB146129151-
CMYK0.030.1500.41
HSL286.36º9.57%54.9%-
HSV(B)286.36º14.57%59.22%-
XYZ25.2924.0532.59-
YUV136.59136.13134.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=34.27%
G=30.28%
B=35.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461291510.030.1500.41286.369.5754.9
Hex9281973F02911ea37
Octal2222012273170514361267
Binary10010010100000011001011111111101010011000111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928197; }

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

 H1.HeaderClassName
 {
   color: #928197;
 }
 .AnyTagClassName
 {
   color: #928197;
 }
</style>
background-color css

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

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

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

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

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

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