#987FA7

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

Shades of Amethyst Smoke #987FA7

Tints of Amethyst Smoke #987FA7

Color information

#987FA7 (or 0x987FA7) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 7F and A7. RGB value is (152,127,167). Sum of RGB (Red+Green+Blue) = 152+127+167=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 167 - color contains mainly: blue. Hex color #987FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FA7 is #678058. Grayscale: #8A8A8A. Windows color (decimal): -6783065 or 10977176. OLE color: 10977176.

HSL color Cylindrical-coordinate representation of color #987FA7: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987FA7 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB152127167-
CMYK0.090.2400.35
HSL277.5º18.52%57.65%-
HSV(B)277.5º23.95%65.49%-
XYZ27.5124.6439.87-
YUV139.04143.78137.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=34.08%
G=28.48%
B=37.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521271670.090.2400.35277.518.5257.65
Hex987FA7918023116133a
Octal23017724711300434262372
Binary10011000111111110100111100111000010001110001011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,127,167); }

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

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

 a { background-color: rgb(152,127,167); }

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

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

 span { border-color: rgb(152,127,167); }

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