#998DA7

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

Shades of Amethyst Smoke #998DA7

Tints of Amethyst Smoke #998DA7

Color information

#998DA7 (or 0x998DA7) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 8D and A7. RGB value is (153,141,167). Sum of RGB (Red+Green+Blue) = 153+141+167=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 167 - color contains mainly: blue. Hex color #998DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DA7 is #667258. Grayscale: #939393. Windows color (decimal): -6713945 or 10980761. OLE color: 10980761.

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

Color convert

RGB153141167-
CMYK0.080.1600.35
HSL267.69º12.87%60.39%-
HSV(B)267.69º15.57%65.49%-
XYZ29.6428.6140.52-
YUV147.55138.98131.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=33.19%
G=30.59%
B=36.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531411670.080.1600.35267.6912.8760.39
Hex998DA781002310cd3c
Octal23121524710200434141574
Binary10011001100011011010011110001000001000111000011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,141,167); }

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

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

 a { background-color: rgb(153,141,167); }

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

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

 span { border-color: rgb(153,141,167); }

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