#987F89

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

Shades of Venus #987F89

Tints of Venus #987F89

Color information

#987F89 (or 0x987F89) is unknown color: approx Venus. HEX triplet: 98, 7F and 89. RGB value is (152,127,137). Sum of RGB (Red+Green+Blue) = 152+127+137=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #987F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F89 is #678076. Grayscale: #878787. Windows color (decimal): -6783095 or 9011096. OLE color: 9011096.

HSL color Cylindrical-coordinate representation of color #987F89: hue angle of 336º 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 #987F89 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152127137-
CMYK00.160.100.40
HSL336º10.82%54.71%-
HSV(B)336º16.45%59.61%-
XYZ25.0523.6626.91-
YUV135.61128.78139.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=36.54%
G=30.53%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212713700.160.100.4033610.8254.71
Hex987F89010A28150b37
Octal23017721102012505201367
Binary1001100011111111000100101000010101010001010100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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