#987F9C

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

Shades of Amethyst Smoke #987F9C

Tints of Amethyst Smoke #987F9C

Color information

#987F9C (or 0x987F9C) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 7F and 9C. RGB value is (152,127,156). Sum of RGB (Red+Green+Blue) = 152+127+156=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #987F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F9C is #678063. Grayscale: #898989. Windows color (decimal): -6783076 or 10256280. OLE color: 10256280.

HSL color Cylindrical-coordinate representation of color #987F9C: hue angle of 291.72º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987F9C is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152127156-
CMYK0.030.1900.39
HSL291.72º12.78%55.49%-
HSV(B)291.72º18.59%61.18%-
XYZ26.5424.2534.74-
YUV137.78138.28138.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=34.94%
G=29.20%
B=35.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521271560.030.1900.39291.7212.7855.49
Hex987F9C313027124d37
Octal2301772343230474441567
Binary10011000111111110011100111001101001111001001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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