#8D8184

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

Shades of Venus #8D8184

Tints of Venus #8D8184

Color information

#8D8184 (or 0x8D8184) is unknown color: approx Venus. HEX triplet: 8D, 81 and 84. RGB value is (141,129,132). Sum of RGB (Red+Green+Blue) = 141+129+132=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8184 is #727E7B. Grayscale: #848484. Windows color (decimal): -7503484 or 8683917. OLE color: 8683917.

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

Color convert

RGB141129132-
CMYK00.090.060.45
HSL345º5%52.94%-
HSV(B)345º8.51%55.29%-
XYZ2323.0325.06-
YUV132.93127.48133.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=35.07%
G=32.09%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112913200.090.060.45345552.94
Hex8D81840962D159535
Octal215201204011655531565
Binary10001101100000011000010001001110101101101011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,132); }

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

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

 a { background-color: rgb(141,129,132); }

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

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

 span { border-color: rgb(141,129,132); }

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