#918689

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

Shades of Venus #918689

Tints of Venus #918689

Color information

#918689 (or 0x918689) is unknown color: approx Venus. HEX triplet: 91, 86 and 89. RGB value is (145,134,137). Sum of RGB (Red+Green+Blue) = 145+134+137=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 145 - color contains mainly: red. Hex color #918689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918689 is #6E7976. Grayscale: #898989. Windows color (decimal): -7240055 or 9012881. OLE color: 9012881.

HSL color Cylindrical-coordinate representation of color #918689: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918689 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145134137-
CMYK00.080.060.43
HSL343.64º4.76%54.71%-
HSV(B)343.64º7.59%56.86%-
XYZ24.7224.8827.17-
YUV137.63127.64133.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=34.86%
G=32.21%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513413700.080.060.43343.644.7654.71
Hex9186890862B158537
Octal221206211010653530567
Binary10010001100001101000100101000110101011101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918689; }

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

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

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

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

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

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

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

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