#987880

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

Shades of Venus #987880

Tints of Venus #987880

Color information

#987880 (or 0x987880) is unknown color: approx Venus. HEX triplet: 98, 78 and 80. RGB value is (152,120,128). Sum of RGB (Red+Green+Blue) = 152+120+128=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987880 is #67877F. Grayscale: #828282. Windows color (decimal): -6784896 or 8419480. OLE color: 8419480.

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

Color convert

RGB152120128-
CMYK00.210.160.40
HSL345º13.45%53.33%-
HSV(B)345º21.05%59.61%-
XYZ23.5621.6723.36-
YUV130.48126.6143.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 128 (50.39% from 255) = 32%
R=38%
G=30%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212012800.210.160.4034513.4553.33
Hex9878800151028159d35
Octal23017020002520505311565
Binary10011000111100010000000010101100001010001010110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987880; }

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

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

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

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

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

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

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

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