#977D9B

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

Shades of Amethyst Smoke #977D9B

Tints of Amethyst Smoke #977D9B

Color information

#977D9B (or 0x977D9B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 7D and 9B. RGB value is (151,125,155). Sum of RGB (Red+Green+Blue) = 151+125+155=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #977D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977D9B is #688264. Grayscale: #888888. Windows color (decimal): -6849125 or 10190231. OLE color: 10190231.

HSL color Cylindrical-coordinate representation of color #977D9B: hue angle of 292º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977D9B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151125155-
CMYK0.030.1900.39
HSL292º13.04%54.9%-
HSV(B)292º19.35%60.78%-
XYZ26.0123.6134.2-
YUV136.19138.61138.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=35.03%
G=29.00%
B=35.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511251550.030.1900.3929213.0454.9
Hex977D9B313027124d37
Octal2271752333230474441567
Binary10010111111110110011011111001101001111001001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977D9B; }

 p { color: rgb(151,125,155); }

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

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

 a { background-color: rgb(151,125,155); }

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

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

 span { border-color: rgb(151,125,155); }

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