#987F83

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

Shades of Venus #987F83

Tints of Venus #987F83

Color information

#987F83 (or 0x987F83) is unknown color: approx Venus. HEX triplet: 98, 7F and 83. RGB value is (152,127,131). Sum of RGB (Red+Green+Blue) = 152+127+131=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F83 is #67807C. Grayscale: #868686. Windows color (decimal): -6783101 or 8617880. OLE color: 8617880.

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

Color convert

RGB152127131-
CMYK00.160.140.40
HSL350.4º10.82%54.71%-
HSV(B)350.4º16.45%59.61%-
XYZ24.6423.4924.71-
YUV134.93125.78140.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=37.07%
G=30.98%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212713100.160.140.40350.410.8254.71
Hex987F83010E2815eb37
Octal23017720302016505361367
Binary1001100011111111000001101000011101010001010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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