#8B7F84

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

Shades of Venus #8B7F84

Tints of Venus #8B7F84

Color information

#8B7F84 (or 0x8B7F84) is unknown color: approx Venus. HEX triplet: 8B, 7F and 84. RGB value is (139,127,132). Sum of RGB (Red+Green+Blue) = 139+127+132=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7F84 is #74807B. Grayscale: #838383. Windows color (decimal): -7635068 or 8683403. OLE color: 8683403.

HSL color Cylindrical-coordinate representation of color #8B7F84: hue angle of 335º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B7F84 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB139127132-
CMYK00.090.050.45
HSL335º4.92%52.16%-
HSV(B)335º8.63%54.51%-
XYZ22.422.3324.96-
YUV131.16128.48133.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=34.92%
G=31.91%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912713200.090.050.453354.9252.16
Hex8B7F840952D14f534
Octal213177204011555517564
Binary1000101111111111000010001001101101101101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7F84; }

 p { color: rgb(139,127,132); }

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

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

 a { background-color: rgb(139,127,132); }

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

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

 span { border-color: rgb(139,127,132); }

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