#988287

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

Shades of Venus #988287

Tints of Venus #988287

Color information

#988287 (or 0x988287) is unknown color: approx Venus. HEX triplet: 98, 82 and 87. RGB value is (152,130,135). Sum of RGB (Red+Green+Blue) = 152+130+135=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988287 is #677D78. Grayscale: #898989. Windows color (decimal): -6782329 or 8880792. OLE color: 8880792.

HSL color Cylindrical-coordinate representation of color #988287: hue angle of 346.36º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988287 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152130135-
CMYK00.140.110.40
HSL346.36º9.65%55.29%-
HSV(B)346.36º14.47%59.61%-
XYZ25.324.3926.3-
YUV137.15126.79138.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=36.45%
G=31.18%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213013500.140.110.40346.369.6555.29
Hex9882870EB2815aa37
Octal23020220701613505321267
Binary1001100010000010100001110111010111010001010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988287; }

 p { color: rgb(152,130,135); }

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

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

 a { background-color: rgb(152,130,135); }

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

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

 span { border-color: rgb(152,130,135); }

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