#998B9C

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

Shades of Amethyst Smoke #998B9C

Tints of Amethyst Smoke #998B9C

Color information

#998B9C (or 0x998B9C) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 8B and 9C. RGB value is (153,139,156). Sum of RGB (Red+Green+Blue) = 153+139+156=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 156 - color contains mainly: blue. Hex color #998B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B9C is #667463. Grayscale: #919191. Windows color (decimal): -6714468 or 10259353. OLE color: 10259353.

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

Color convert

RGB153139156-
CMYK0.020.1100.39
HSL289.41º7.91%57.84%-
HSV(B)289.41º10.9%61.18%-
XYZ28.3727.6435.29-
YUV145.12134.14133.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=34.15%
G=31.03%
B=34.82%

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
Decimal1531391560.020.1100.39289.417.9157.84
Hex998B9C2B02712183a
Octal2312132342130474411072
Binary10011001100010111001110010101101001111001000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B9C; }

 p { color: rgb(153,139,156); }

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

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

 a { background-color: rgb(153,139,156); }

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

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

 span { border-color: rgb(153,139,156); }

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