#988C8D

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

Shades of Venus #988C8D

Tints of Venus #988C8D

Color information

#988C8D (or 0x988C8D) is unknown color: approx Venus. HEX triplet: 98, 8C and 8D. RGB value is (152,140,141). Sum of RGB (Red+Green+Blue) = 152+140+141=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C8D is #677372. Grayscale: #8F8F8F. Windows color (decimal): -6779763 or 9276568. OLE color: 9276568.

HSL color Cylindrical-coordinate representation of color #988C8D: hue angle of 355º 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 #988C8D is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152140141-
CMYK00.080.070.40
HSL355º5.5%57.25%-
HSV(B)355º7.89%59.61%-
XYZ27.1327.3529.05-
YUV143.7126.48133.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=35.10%
G=32.33%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214014100.080.070.403555.557.25
Hex988C8D08728163639
Octal230214215010750543671
Binary10011000100011001000110101000111101000101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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