#918B8C

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

Shades of Venus #918B8C

Tints of Venus #918B8C

Color information

#918B8C (or 0x918B8C) is unknown color: approx Venus. HEX triplet: 91, 8B and 8C. RGB value is (145,139,140). Sum of RGB (Red+Green+Blue) = 145+139+140=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 145 - color contains mainly: red. Hex color #918B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918B8C is #6E7473. Grayscale: #8C8C8C. Windows color (decimal): -7238772 or 9210769. OLE color: 9210769.

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

Color convert

RGB145139140-
CMYK00.040.030.43
HSL350º2.65%55.69%-
HSV(B)350º4.14%56.86%-
XYZ25.6426.3828.55-
YUV140.91127.49130.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=34.20%
G=32.78%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513914000.040.030.433502.6555.69
Hex918B8C0432B15e338
Octal22121321404353536370
Binary10010001100010111000110001001110101110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,139,140); }

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

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

 a { background-color: rgb(145,139,140); }

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

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

 span { border-color: rgb(145,139,140); }

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