#91868B

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

Shades of Venus #91868B

Tints of Venus #91868B

Color information

#91868B (or 0x91868B) is unknown color: approx Venus. HEX triplet: 91, 86 and 8B. RGB value is (145,134,139). Sum of RGB (Red+Green+Blue) = 145+134+139=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 145 - color contains mainly: red. Hex color #91868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91868B is #6E7974. Grayscale: #898989. Windows color (decimal): -7240053 or 9143953. OLE color: 9143953.

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

Color convert

RGB145134139-
CMYK00.080.040.43
HSL332.73º4.76%54.71%-
HSV(B)332.73º7.59%56.86%-
XYZ24.8624.9327.93-
YUV137.86128.64133.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=34.69%
G=32.06%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513413900.080.040.43332.734.7654.71
Hex91868B0842B14d537
Octal221206213010453515567
Binary10010001100001101000101101000100101011101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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