#988289

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

Shades of Venus #988289

Tints of Venus #988289

Color information

#988289 (or 0x988289) is unknown color: approx Venus. HEX triplet: 98, 82 and 89. RGB value is (152,130,137). Sum of RGB (Red+Green+Blue) = 152+130+137=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988289 is #677D76. Grayscale: #898989. Windows color (decimal): -6782327 or 9011864. OLE color: 9011864.

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

Color convert

RGB152130137-
CMYK00.140.100.40
HSL340.91º9.65%55.29%-
HSV(B)340.91º14.47%59.61%-
XYZ25.4524.4527.04-
YUV137.38127.79138.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=36.28%
G=31.03%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213013700.140.100.40340.919.6555.29
Hex9882890EA28155a37
Octal23020221101612505251267
Binary1001100010000010100010010111010101010001010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988289; }

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

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

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

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

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

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

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

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