#988EA5

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

Shades of Amethyst Smoke #988EA5

Tints of Amethyst Smoke #988EA5

Color information

#988EA5 (or 0x988EA5) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 8E and A5. RGB value is (152,142,165). Sum of RGB (Red+Green+Blue) = 152+142+165=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 165 - color contains mainly: blue. Hex color #988EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988EA5 is #67715A. Grayscale: #939393. Windows color (decimal): -6779227 or 10849944. OLE color: 10849944.

HSL color Cylindrical-coordinate representation of color #988EA5: hue angle of 266.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988EA5 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB152142165-
CMYK0.080.1400.35
HSL266.09º11.33%60.2%-
HSV(B)266.09º13.94%64.71%-
XYZ29.4128.7439.59-
YUV147.61137.81131.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=33.12%
G=30.94%
B=35.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521421650.080.1400.35266.0911.3360.2
Hex988EA58E02310ab3c
Octal23021624510160434121374
Binary1001100010001110101001011000111001000111000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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