#978E99

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

Shades of Amethyst Smoke #978E99

Tints of Amethyst Smoke #978E99

Color information

#978E99 (or 0x978E99) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 8E and 99. RGB value is (151,142,153). Sum of RGB (Red+Green+Blue) = 151+142+153=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #978E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E99 is #687166. Grayscale: #919191. Windows color (decimal): -6844775 or 10063511. OLE color: 10063511.

HSL color Cylindrical-coordinate representation of color #978E99: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #978E99 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151142153-
CMYK0.010.0700.4
HSL289.09º5.12%57.84%-
HSV(B)289.09º7.19%60%-
XYZ28.1928.2334.1-
YUV145.94131.98131.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=33.86%
G=31.84%
B=34.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511421530.010.0700.4289.095.1257.84
Hex978E991702812153a
Octal22721623117050441572
Binary10010111100011101001100111110101000100100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978E99; }

 p { color: rgb(151,142,153); }

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

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

 a { background-color: rgb(151,142,153); }

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

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

 span { border-color: rgb(151,142,153); }

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