Html Css Color HEX #8D8187 Venus

📋 copy color: '#8D8187'

red 141 ◦ green 129 ◦ blue 135

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

Shades of Venus #8D8187

Tints of Venus #8D8187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 34.81%
G = 31.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D8187 (or 0x8D8187) is known color: Venus. HEX triplet: 8D, 81 and 87. RGB value is (141,129,135). Sum of RGB (Red+Green+Blue) = 141+129+135=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8187 is #727E78. Grayscale: #858585. Windows color (decimal): -7503481 or 8880525. OLE color: 8880525.

HSL color Cylindrical-coordinate representation of color #8D8187: hue angle of 330º 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 #8D8187 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 129 135 -
CMYK 0 0.09 0.04 0.45
HSL 330º 0.05% 0.53% -
HSV(B) 330º 0.09% 0.55% -
XYZ 23.21 23.11 26.16 -
YUV 133.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 141 129 135 0 0.09 0.04 0.45 330 0.05 0.53
Hex 8D 81 87 0 9 4 2D 14A 5 35
Octal 215 201 207 0 11 4 55 512 5 65
Binary 10001101 10000001 10000111 0 1001 100 101101 101001010 101 110101

Color Harmonies of #8D8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8187

Black with #8D8187

Text Example


Text Example

White with #8D8187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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