#988E99

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

Shades of Amethyst Smoke #988E99

Tints of Amethyst Smoke #988E99

Color information

#988E99 (or 0x988E99) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 8E and 99. RGB value is (152,142,153). Sum of RGB (Red+Green+Blue) = 152+142+153=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 153 - color contains mainly: blue. Hex color #988E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E99 is #677166. Grayscale: #929292. Windows color (decimal): -6779239 or 10063512. OLE color: 10063512.

HSL color Cylindrical-coordinate representation of color #988E99: hue angle of 294.55º 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 #988E99 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB152142153-
CMYK0.010.0700.4
HSL294.55º5.12%57.84%-
HSV(B)294.55º7.19%60%-
XYZ28.3728.3234.11-
YUV146.24131.81132.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=34.00%
G=31.77%
B=34.23%

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
Decimal1521421530.010.0700.4294.555.1257.84
Hex988E991702812753a
Octal23021623117050447572
Binary10011000100011101001100111110101000100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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