#91878B

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

Shades of Venus #91878B

Tints of Venus #91878B

Color information

#91878B (or 0x91878B) is unknown color: approx Venus. HEX triplet: 91, 87 and 8B. RGB value is (145,135,139). Sum of RGB (Red+Green+Blue) = 145+135+139=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 145 - color contains mainly: red. Hex color #91878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91878B is #6E7874. Grayscale: #8A8A8A. Windows color (decimal): -7239797 or 9144209. OLE color: 9144209.

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

Color convert

RGB145135139-
CMYK00.070.040.43
HSL336º4.35%54.9%-
HSV(B)336º6.9%56.86%-
XYZ2525.2127.97-
YUV138.45128.31132.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=34.61%
G=32.22%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513513900.070.040.433364.3554.9
Hex91878B0742B150437
Octal22120721307453520467
Binary1001000110000111100010110111100101011101010000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91878B; }

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

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

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

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

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

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

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

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