#988187

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

Shades of Venus #988187

Tints of Venus #988187

Color information

#988187 (or 0x988187) is unknown color: approx Venus. HEX triplet: 98, 81 and 87. RGB value is (152,129,135). Sum of RGB (Red+Green+Blue) = 152+129+135=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988187 is #677E78. Grayscale: #888888. Windows color (decimal): -6782585 or 8880536. OLE color: 8880536.

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

Color convert

RGB152129135-
CMYK00.150.110.40
HSL344.35º10.04%55.1%-
HSV(B)344.35º15.13%59.61%-
XYZ25.1724.1326.25-
YUV136.56127.12139.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=36.54%
G=31.01%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212913500.150.110.40344.3510.0455.1
Hex9881870FB28158a37
Octal23020120701713505301267
Binary1001100010000001100001110111110111010001010110001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988187; }

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

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

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

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

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

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

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

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