#988B8C

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

Shades of Venus #988B8C

Tints of Venus #988B8C

Color information

#988B8C (or 0x988B8C) is unknown color: approx Venus. HEX triplet: 98, 8B and 8C. RGB value is (152,139,140). Sum of RGB (Red+Green+Blue) = 152+139+140=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 152 - color contains mainly: red. Hex color #988B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988B8C is #677473. Grayscale: #8F8F8F. Windows color (decimal): -6780020 or 9210776. OLE color: 9210776.

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

Color convert

RGB152139140-
CMYK00.090.080.40
HSL355.38º5.94%57.06%-
HSV(B)355.38º8.55%59.61%-
XYZ26.9227.0328.61-
YUV143126.31134.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=35.27%
G=32.25%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213914000.090.080.40355.385.9457.06
Hex988B8C09828163639
Octal2302132140111050543671
Binary100110001000101110001100010011000101000101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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