#918086

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

Shades of Venus #918086

Tints of Venus #918086

Color information

#918086 (or 0x918086) is unknown color: approx Venus. HEX triplet: 91, 80 and 86. RGB value is (145,128,134). Sum of RGB (Red+Green+Blue) = 145+128+134=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #918086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918086 is #6E7F79. Grayscale: #858585. Windows color (decimal): -7241594 or 8814737. OLE color: 8814737.

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

Color convert

RGB145128134-
CMYK00.120.080.43
HSL338.82º7.17%53.53%-
HSV(B)338.82º11.72%56.86%-
XYZ23.723.1825.78-
YUV133.77128.13136.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=35.63%
G=31.45%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512813400.120.080.43338.827.1753.53
Hex9180860C82B153736
Octal2212002060141053523766
Binary100100011000000010000110011001000101011101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918086; }

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

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

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

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

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

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

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

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