#97929D

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

Shades of Amethyst Smoke #97929D

Tints of Amethyst Smoke #97929D

Color information

#97929D (or 0x97929D) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 92 and 9D. RGB value is (151,146,157). Sum of RGB (Red+Green+Blue) = 151+146+157=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 157 - color contains mainly: blue. Hex color #97929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97929D is #686D62. Grayscale: #949494. Windows color (decimal): -6843747 or 10326679. OLE color: 10326679.

HSL color Cylindrical-coordinate representation of color #97929D: hue angle of 267.27º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97929D is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151146157-
CMYK0.040.0700.38
HSL267.27º5.31%59.41%-
HSV(B)267.27º7.01%61.57%-
XYZ29.1329.5736.07-
YUV148.75132.66129.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=33.26%
G=32.16%
B=34.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511461570.040.0700.38267.275.3159.41
Hex97929D4702610b53b
Octal22722223547046413573
Binary1001011110010010100111011001110100110100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97929D; }

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

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

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

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

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

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

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

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