#977E9E

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

Shades of Amethyst Smoke #977E9E

Tints of Amethyst Smoke #977E9E

Color information

#977E9E (or 0x977E9E) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 7E and 9E. RGB value is (151,126,158). Sum of RGB (Red+Green+Blue) = 151+126+158=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #977E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977E9E is #688161. Grayscale: #898989. Windows color (decimal): -6848866 or 10387095. OLE color: 10387095.

HSL color Cylindrical-coordinate representation of color #977E9E: hue angle of 286.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #977E9E is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151126158-
CMYK0.040.2000.38
HSL286.88º14.16%55.69%-
HSV(B)286.88º20.25%61.96%-
XYZ26.3923.9735.58-
YUV137.12139.78137.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=34.71%
G=28.97%
B=36.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511261580.040.2000.38286.8814.1655.69
Hex977E9E41402611fe38
Octal2271762364240464371670
Binary100101111111110100111101001010001001101000111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,126,158); }

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

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

 a { background-color: rgb(151,126,158); }

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

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

 span { border-color: rgb(151,126,158); }

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