#989799

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

Shades of Amethyst Smoke #989799

Tints of Amethyst Smoke #989799

Color information

#989799 (or 0x989799) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 97 and 99. RGB value is (152,151,153). Sum of RGB (Red+Green+Blue) = 152+151+153=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 153 - color contains mainly: blue. Hex color #989799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989799 is #676866. Grayscale: #979797. Windows color (decimal): -6776935 or 10065816. OLE color: 10065816.

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

Color convert

RGB152151153-
CMYK0.010.0100.4
HSL270º0.97%59.61%-
HSV(B)270º1.31%60%-
XYZ29.7731.1134.57-
YUV151.53128.83128.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=33.33%
G=33.11%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521511530.010.0100.42700.9759.61
Hex9897991102810e13c
Octal23022723111050416174
Binary1001100010010111100110011101010001000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989799; }

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

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

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

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

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

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

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

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