Html Css Color HEX #8D7F86 Venus

📋 copy color: '#8D7F86'

red 141 ◦ green 127 ◦ blue 134

#8D7F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #8D7F86

Tints of Venus #8D7F86

RGB

 RED value IS 141 (55.47% from 255) = 35.07%

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 35.07%
G = 31.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8D7F86 (or 0x8D7F86) is known color: Venus. HEX triplet: 8D, 7F and 86. RGB value is (141,127,134). Sum of RGB (Red+Green+Blue) = 141+127+134=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F86 is #728079. Grayscale: #838383. Windows color (decimal): -7503994 or 8814477. OLE color: 8814477.

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

Color convert

RGB 141 127 134 -
CMYK 0 0.10 0.05 0.45
HSL 330º 0.06% 0.53% -
HSV(B) 330º 0.1% 0.55% -
XYZ 22.88 22.56 25.7 -
YUV 131.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 141 127 134 0 0.10 0.05 0.45 330 0.06 0.53
Hex 8D 7F 86 0 A 5 2D 14A 6 35
Octal 215 177 206 0 12 5 55 512 6 65
Binary 10001101 1111111 10000110 0 1010 101 101101 101001010 110 110101

Color Harmonies of #8D7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7F86

Black with #8D7F86

Text Example


Text Example

White with #8D7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,127,134); }

 H1.HeaderClassName
 {
   color: #8D7F86;
 }
 .AnyTagClassName
 {
   color: #8D7F86;
 }
</style>

background-color css

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

 a { background-color: rgb(141,127,134); }

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

border-color css

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

 span { border-color: rgb(141,127,134); }

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