#988699

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

Shades of Amethyst Smoke #988699

Tints of Amethyst Smoke #988699

Color information

#988699 (or 0x988699) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 86 and 99. RGB value is (152,134,153). Sum of RGB (Red+Green+Blue) = 152+134+153=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #988699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988699 is #677966. Grayscale: #8D8D8D. Windows color (decimal): -6781287 or 10061464. OLE color: 10061464.

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

Color convert

RGB152134153-
CMYK0.010.1200.4
HSL296.84º8.52%56.27%-
HSV(B)296.84º12.42%60%-
XYZ27.2226.0333.73-
YUV141.55134.46135.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=34.62%
G=30.52%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521341530.010.1200.4296.848.5256.27
Hex9886991C028129938
Octal2302062311140504511170
Binary1001100010000110100110011110001010001001010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988699; }

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

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

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

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

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

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

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

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