#988A9B

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

Shades of Amethyst Smoke #988A9B

Tints of Amethyst Smoke #988A9B

Color information

#988A9B (or 0x988A9B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 8A and 9B. RGB value is (152,138,155). Sum of RGB (Red+Green+Blue) = 152+138+155=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: blue. Hex color #988A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988A9B is #677564. Grayscale: #909090. Windows color (decimal): -6780261 or 10193560. OLE color: 10193560.

HSL color Cylindrical-coordinate representation of color #988A9B: hue angle of 289.41º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988A9B is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152138155-
CMYK0.020.1100.39
HSL289.41º7.83%57.45%-
HSV(B)289.41º10.97%60.78%-
XYZ27.9527.2234.79-
YUV144.12134.14133.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=34.16%
G=31.01%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521381550.020.1100.39289.417.8357.45
Hex988A9B2B027121839
Octal2302122332130474411071
Binary10011000100010101001101110101101001111001000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,138,155); }

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

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

 a { background-color: rgb(152,138,155); }

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

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

 span { border-color: rgb(152,138,155); }

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