#8F7A84

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

Shades of Venus #8F7A84

Tints of Venus #8F7A84

Color information

#8F7A84 (or 0x8F7A84) is unknown color: approx Venus. HEX triplet: 8F, 7A and 84. RGB value is (143,122,132). Sum of RGB (Red+Green+Blue) = 143+122+132=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7A84 is #70857B. Grayscale: #818181. Windows color (decimal): -7374204 or 8682127. OLE color: 8682127.

HSL color Cylindrical-coordinate representation of color #8F7A84: hue angle of 331.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F7A84 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143122132-
CMYK00.150.080.44
HSL331.43º8.57%51.96%-
HSV(B)331.43º14.69%56.08%-
XYZ22.4521.4224.78-
YUV129.42129.46137.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=36.02%
G=30.73%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312213200.150.080.44331.438.5751.96
Hex8F7A840F82C14b934
Octal21717220401710545131164
Binary100011111111010100001000111110001011001010010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,122,132); }

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

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

 a { background-color: rgb(143,122,132); }

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

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

 span { border-color: rgb(143,122,132); }

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