#98899B

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

Shades of Amethyst Smoke #98899B

Tints of Amethyst Smoke #98899B

Color information

#98899B (or 0x98899B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 89 and 9B. RGB value is (152,137,155). Sum of RGB (Red+Green+Blue) = 152+137+155=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #98899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98899B is #677664. Grayscale: #8F8F8F. Windows color (decimal): -6780517 or 10193304. OLE color: 10193304.

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

Color convert

RGB152137155-
CMYK0.020.1200.39
HSL290º8.26%57.25%-
HSV(B)290º11.61%60.78%-
XYZ27.8126.9334.74-
YUV143.54134.47134.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=34.23%
G=30.86%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521371550.020.1200.392908.2657.25
Hex98899B2C027122839
Octal2302112332140474421071
Binary10011000100010011001101110110001001111001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98899B; }

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

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

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

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

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

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

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

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