#988C8F

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

Shades of Venus #988C8F

Tints of Venus #988C8F

Color information

#988C8F (or 0x988C8F) is unknown color: approx Venus. HEX triplet: 98, 8C and 8F. RGB value is (152,140,143). Sum of RGB (Red+Green+Blue) = 152+140+143=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #988C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C8F is #677370. Grayscale: #8F8F8F. Windows color (decimal): -6779761 or 9407640. OLE color: 9407640.

HSL color Cylindrical-coordinate representation of color #988C8F: hue angle of 345º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #988C8F is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB152140143-
CMYK00.080.060.40
HSL345º5.5%57.25%-
HSV(B)345º7.89%59.61%-
XYZ27.2827.4129.84-
YUV143.93127.48133.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=34.94%
G=32.18%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214014300.080.060.403455.557.25
Hex988C8F08628159639
Octal230214217010650531671
Binary10011000100011001000111101000110101000101011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988C8F; }

 p { color: rgb(152,140,143); }

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

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

 a { background-color: rgb(152,140,143); }

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

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

 span { border-color: rgb(152,140,143); }

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