#918488

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

Shades of Venus #918488

Tints of Venus #918488

Color information

#918488 (or 0x918488) is unknown color: approx Venus. HEX triplet: 91, 84 and 88. RGB value is (145,132,136). Sum of RGB (Red+Green+Blue) = 145+132+136=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #918488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918488 is #6E7B77. Grayscale: #888888. Windows color (decimal): -7240568 or 8946833. OLE color: 8946833.

HSL color Cylindrical-coordinate representation of color #918488: hue angle of 341.54º 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 #918488 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145132136-
CMYK00.090.060.43
HSL341.54º5.58%54.31%-
HSV(B)341.54º8.97%56.86%-
XYZ24.3724.326.7-
YUV136.34127.81134.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=35.11%
G=31.96%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513213600.090.060.43341.545.5854.31
Hex9184880962B156636
Octal221204210011653526666
Binary10010001100001001000100001001110101011101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918488; }

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

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

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

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

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

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

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

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