Html Css Color HEX #987DA0 Amethyst Smoke

📋 copy color: '#987DA0'

red 152 ◦ green 125 ◦ blue 160

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

Shades of Amethyst Smoke #987DA0

Tints of Amethyst Smoke #987DA0

RGB

 RED value IS 152 (59.77% from 255) = 34.78%

 GREEN value IS 125 (49.22% from 255) = 28.6%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 34.78%
G = 28.6%
B = 36.61%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#987DA0 (or 0x987DA0) is known color: Amethyst Smoke. HEX triplet: 98, 7D and A0. RGB value is (152,125,160). Sum of RGB (Red+Green+Blue) = 152+125+160=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #987DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987DA0 is #67825F. Grayscale: #888888. Windows color (decimal): -6783584 or 10517912. OLE color: 10517912.

HSL color Cylindrical-coordinate representation of color #987DA0: hue angle of 286.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987DA0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 125 160 -
CMYK 0.05 0.22 0 0.37
HSL 286.29º 0.16% 0.56% -
HSV(B) 286.29º 0.22% 0.63% -
XYZ 26.63 23.88 36.46 -
YUV 137.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 152 125 160 0.05 0.22 0 0.37 286.29 0.16 0.56
Hex 98 7D A0 5 16 0 25 11E 10 38
Octal 230 175 240 5 26 0 45 436 20 70
Binary 10011000 1111101 10100000 101 10110 0 100101 100011110 10000 111000

Color Harmonies of #987DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DA0

Black with #987DA0

Text Example


Text Example

White with #987DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987DA0; }

 p { color: rgb(152,125,160); }

 H1.HeaderClassName
 {
   color: #987DA0;
 }
 .AnyTagClassName
 {
   color: #987DA0;
 }
</style>

background-color css

<style>
 a { background-color: #987DA0; }

 a { background-color: rgb(152,125,160); }

 div.DivClassName
 {
   background-color: #987DA0;
 }
 .BgClassName
 {
   background-color: #987DA0;
 }
</style>

border-color css

<style>
 span { border-color: #987DA0; }

 span { border-color: rgb(152,125,160); }

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