#988399

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

Shades of Amethyst Smoke #988399

Tints of Amethyst Smoke #988399

Color information

#988399 (or 0x988399) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 83 and 99. RGB value is (152,131,153). Sum of RGB (Red+Green+Blue) = 152+131+153=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #988399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988399 is #677C66. Grayscale: #8B8B8B. Windows color (decimal): -6782055 or 10060696. OLE color: 10060696.

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

Color convert

RGB152131153-
CMYK0.010.1400.4
HSL297.27º9.73%55.69%-
HSV(B)297.27º14.38%60%-
XYZ26.8125.2133.59-
YUV139.79135.46136.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=34.86%
G=30.05%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521311530.010.1400.4297.279.7355.69
Hex9883991E028129a38
Octal2302032311160504511270
Binary1001100010000011100110011111001010001001010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988399; }

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

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

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

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

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

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

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

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