#988188

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

Shades of Venus #988188

Tints of Venus #988188

Color information

#988188 (or 0x988188) is unknown color: approx Venus. HEX triplet: 98, 81 and 88. RGB value is (152,129,136). Sum of RGB (Red+Green+Blue) = 152+129+136=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988188 is #677E77. Grayscale: #888888. Windows color (decimal): -6782584 or 8946072. OLE color: 8946072.

HSL color Cylindrical-coordinate representation of color #988188: hue angle of 341.74º 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 #988188 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152129136-
CMYK00.150.110.40
HSL341.74º10.04%55.1%-
HSV(B)341.74º15.13%59.61%-
XYZ25.2424.1526.62-
YUV136.67127.62138.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=36.45%
G=30.94%
B=32.61%

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
Decimal15212913600.150.110.40341.7410.0455.1
Hex9881880FB28156a37
Octal23020121001713505261267
Binary1001100010000001100010000111110111010001010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988188; }

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

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

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

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

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

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

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

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