#987984

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

Shades of Venus #987984

Tints of Venus #987984

Color information

#987984 (or 0x987984) is unknown color: approx Venus. HEX triplet: 98, 79 and 84. RGB value is (152,121,132). Sum of RGB (Red+Green+Blue) = 152+121+132=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987984 is #67867B. Grayscale: #838383. Windows color (decimal): -6784636 or 8681880. OLE color: 8681880.

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

Color convert

RGB152121132-
CMYK00.200.130.40
HSL338.71º13.08%53.53%-
HSV(B)338.71º20.39%59.61%-
XYZ23.9522.0224.82-
YUV131.52128.27142.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=37.53%
G=29.88%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212113200.200.130.40338.7113.0853.53
Hex987984014D28153d36
Octal23017120402415505231566
Binary1001100011110011000010001010011011010001010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987984; }

 p { color: rgb(152,121,132); }

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

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

 a { background-color: rgb(152,121,132); }

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

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

 span { border-color: rgb(152,121,132); }

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