#988C9A

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

Shades of Amethyst Smoke #988C9A

Tints of Amethyst Smoke #988C9A

Color information

#988C9A (or 0x988C9A) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 8C and 9A. RGB value is (152,140,154). Sum of RGB (Red+Green+Blue) = 152+140+154=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 154 - color contains mainly: blue. Hex color #988C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C9A is #677365. Grayscale: #919191. Windows color (decimal): -6779750 or 10128536. OLE color: 10128536.

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

Color convert

RGB152140154-
CMYK0.010.0900.40
HSL291.43º6.48%57.65%-
HSV(B)291.43º9.09%60.39%-
XYZ28.1627.7634.45-
YUV145.18132.98132.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=34.08%
G=31.39%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521401540.010.0900.40291.436.4857.65
Hex988C9A1902812363a
Octal230214232111050443672
Binary100110001000110010011010110010101000100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,140,154); }

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

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

 a { background-color: rgb(152,140,154); }

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

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

 span { border-color: rgb(152,140,154); }

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