#988889

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

Shades of Venus #988889

Tints of Venus #988889

Color information

#988889 (or 0x988889) is unknown color: approx Venus. HEX triplet: 98, 88 and 89. RGB value is (152,136,137). Sum of RGB (Red+Green+Blue) = 152+136+137=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #988889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988889 is #677776. Grayscale: #8C8C8C. Windows color (decimal): -6780791 or 9013400. OLE color: 9013400.

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

Color convert

RGB152136137-
CMYK00.110.100.40
HSL356.25º7.21%56.47%-
HSV(B)356.25º10.53%59.61%-
XYZ26.2726.0927.32-
YUV140.9125.8135.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=35.76%
G=32%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213613700.110.100.40356.257.2156.47
Hex9888890BA28164738
Octal2302102110131250544770
Binary100110001000100010001001010111010101000101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988889; }

 p { color: rgb(152,136,137); }

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

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

 a { background-color: rgb(152,136,137); }

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

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

 span { border-color: rgb(152,136,137); }

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