#988689

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

Shades of Venus #988689

Tints of Venus #988689

Color information

#988689 (or 0x988689) is unknown color: approx Venus. HEX triplet: 98, 86 and 89. RGB value is (152,134,137). Sum of RGB (Red+Green+Blue) = 152+134+137=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #988689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988689 is #677976. Grayscale: #8B8B8B. Windows color (decimal): -6781303 or 9012888. OLE color: 9012888.

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

Color convert

RGB152134137-
CMYK00.120.100.40
HSL350º8.04%56.08%-
HSV(B)350º11.84%59.61%-
XYZ25.9925.5327.23-
YUV139.72126.46136.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=35.93%
G=31.68%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213413700.120.100.403508.0456.08
Hex9886890CA2815e838
Octal23020621101412505361070
Binary1001100010000110100010010110010101010001010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988689; }

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

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

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

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

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

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

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

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