#978899

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

Shades of Amethyst Smoke #978899

Tints of Amethyst Smoke #978899

Color information

#978899 (or 0x978899) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 88 and 99. RGB value is (151,136,153). Sum of RGB (Red+Green+Blue) = 151+136+153=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #978899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978899 is #687766. Grayscale: #8E8E8E. Windows color (decimal): -6846311 or 10061975. OLE color: 10061975.

HSL color Cylindrical-coordinate representation of color #978899: hue angle of 292.94º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #978899 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151136153-
CMYK0.010.1100.4
HSL292.94º7.69%56.67%-
HSV(B)292.94º11.11%60%-
XYZ27.3226.4933.81-
YUV142.42133.97134.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=34.32%
G=30.91%
B=34.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511361530.010.1100.4292.947.6956.67
Hex9788991B028125839
Octal2272102311130504451071
Binary1001011110001000100110011101101010001001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978899; }

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

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

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

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

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

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

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

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