#918D8E

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

Shades of Venus #918D8E

Tints of Venus #918D8E

Color information

#918D8E (or 0x918D8E) is unknown color: approx Venus. HEX triplet: 91, 8D and 8E. RGB value is (145,141,142). Sum of RGB (Red+Green+Blue) = 145+141+142=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 145 - color contains mainly: red. Hex color #918D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918D8E is #6E7271. Grayscale: #8E8E8E. Windows color (decimal): -7238258 or 9342353. OLE color: 9342353.

HSL color Cylindrical-coordinate representation of color #918D8E: hue angle of 345º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #918D8E is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB145141142-
CMYK00.030.020.43
HSL345º1.79%56.08%-
HSV(B)345º2.76%56.86%-
XYZ26.0827.0229.43-
YUV142.31127.83129.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=33.88%
G=32.94%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514114200.030.020.433451.7956.08
Hex918D8E0322B159238
Octal22121521603253531270
Binary1001000110001101100011100111010101110101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918D8E; }

 p { color: rgb(145,141,142); }

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

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

 a { background-color: rgb(145,141,142); }

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

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

 span { border-color: rgb(145,141,142); }

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