#8F7E83

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

Shades of Venus #8F7E83

Tints of Venus #8F7E83

Color information

#8F7E83 (or 0x8F7E83) is unknown color: approx Venus. HEX triplet: 8F, 7E and 83. RGB value is (143,126,131). Sum of RGB (Red+Green+Blue) = 143+126+131=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7E83 is #70817C. Grayscale: #838383. Windows color (decimal): -7373181 or 8617615. OLE color: 8617615.

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

Color convert

RGB143126131-
CMYK00.120.080.44
HSL342.35º7.05%52.75%-
HSV(B)342.35º11.89%56.08%-
XYZ22.8922.424.59-
YUV131.65127.63136.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=35.75%
G=31.5%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312613100.120.080.44342.357.0552.75
Hex8F7E830C82C156735
Octal2171762030141054526765
Binary10001111111111010000011011001000101100101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,126,131); }

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

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

 a { background-color: rgb(143,126,131); }

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

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

 span { border-color: rgb(143,126,131); }

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