#987886

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

Shades of Venus #987886

Tints of Venus #987886

Color information

#987886 (or 0x987886) is unknown color: approx Venus. HEX triplet: 98, 78 and 86. RGB value is (152,120,134). Sum of RGB (Red+Green+Blue) = 152+120+134=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987886 is #678779. Grayscale: #838383. Windows color (decimal): -6784890 or 8812696. OLE color: 8812696.

HSL color Cylindrical-coordinate representation of color #987886: hue angle of 333.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987886 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB152120134-
CMYK00.210.120.40
HSL333.75º13.45%53.33%-
HSV(B)333.75º21.05%59.61%-
XYZ23.9721.8325.5-
YUV131.16129.6142.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=37.44%
G=29.56%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212013400.210.120.40333.7513.4553.33
Hex987886015C2814ed35
Octal23017020602514505161565
Binary1001100011110001000011001010111001010001010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987886; }

 p { color: rgb(152,120,134); }

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

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

 a { background-color: rgb(152,120,134); }

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

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

 span { border-color: rgb(152,120,134); }

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