#918487

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

Shades of Venus #918487

Tints of Venus #918487

Color information

#918487 (or 0x918487) is unknown color: approx Venus. HEX triplet: 91, 84 and 87. RGB value is (145,132,135). Sum of RGB (Red+Green+Blue) = 145+132+135=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #918487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918487 is #6E7B78. Grayscale: #888888. Windows color (decimal): -7240569 or 8881297. OLE color: 8881297.

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

Color convert

RGB145132135-
CMYK00.090.070.43
HSL346.15º5.58%54.31%-
HSV(B)346.15º8.97%56.86%-
XYZ24.324.2726.33-
YUV136.23127.31134.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=35.19%
G=32.04%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513213500.090.070.43346.155.5854.31
Hex9184870972B15a636
Octal221204207011753532666
Binary10010001100001001000011101001111101011101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918487; }

 p { color: rgb(145,132,135); }

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

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

 a { background-color: rgb(145,132,135); }

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

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

 span { border-color: rgb(145,132,135); }

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