#987F87

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

Shades of Venus #987F87

Tints of Venus #987F87

Color information

#987F87 (or 0x987F87) is unknown color: approx Venus. HEX triplet: 98, 7F and 87. RGB value is (152,127,135). Sum of RGB (Red+Green+Blue) = 152+127+135=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F87 is #678078. Grayscale: #878787. Windows color (decimal): -6783097 or 8880024. OLE color: 8880024.

HSL color Cylindrical-coordinate representation of color #987F87: hue angle of 340.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F87 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152127135-
CMYK00.160.110.40
HSL340.8º10.82%54.71%-
HSV(B)340.8º16.45%59.61%-
XYZ24.9123.626.16-
YUV135.39127.78139.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=36.71%
G=30.68%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212713500.160.110.40340.810.8254.71
Hex987F87010B28155b37
Octal23017720702013505251367
Binary1001100011111111000011101000010111010001010101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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