Html Css Color HEX #998DA7 Amethyst Smoke

📋 copy color: '#998DA7'

red 153 ◦ green 141 ◦ blue 167

#998DA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #998DA7

Tints of Amethyst Smoke #998DA7

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.63% from 255) = 36.23%

R = 33.19%
G = 30.59%
B = 36.23%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#998DA7 (or 0x998DA7) is known color: 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

RGB 153 141 167 -
CMYK 0.08 0.16 0 0.35
HSL 267.69º 0.13% 0.6% -
HSV(B) 267.69º 0.16% 0.65% -
XYZ 29.64 28.61 40.52 -
YUV 147.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 153 141 167 0.08 0.16 0 0.35 267.69 0.13 0.6
Hex 99 8D A7 8 10 0 23 10C D 3C
Octal 231 215 247 10 20 0 43 414 15 74
Binary 10011001 10001101 10100111 1000 10000 0 100011 100001100 1101 111100

Color Harmonies of #998DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DA7

Black with #998DA7

Text Example


Text Example

White with #998DA7

Text Example


Text Example

HTML Codes & Css Web 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>