Html Css Color HEX #8D8082 Venus

📋 copy color: '#8D8082'

red 141 ◦ green 128 ◦ blue 130

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

Shades of Venus #8D8082

Tints of Venus #8D8082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 35.34%
G = 32.08%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8D8082 (or 0x8D8082) is known color: Venus. HEX triplet: 8D, 80 and 82. RGB value is (141,128,130). Sum of RGB (Red+Green+Blue) = 141+128+130=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8082 is #727F7D. Grayscale: #848484. Windows color (decimal): -7503742 or 8552589. OLE color: 8552589.

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

Color convert

RGB 141 128 130 -
CMYK 0 0.09 0.08 0.45
HSL 350.77º 0.05% 0.53% -
HSV(B) 350.77º 0.09% 0.55% -
XYZ 22.73 22.71 24.3 -
YUV 132.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 141 128 130 0 0.09 0.08 0.45 350.77 0.05 0.53
Hex 8D 80 82 0 9 8 2D 15F 5 35
Octal 215 200 202 0 11 10 55 537 5 65
Binary 10001101 10000000 10000010 0 1001 1000 101101 101011111 101 110101

Color Harmonies of #8D8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8082

Black with #8D8082

Text Example


Text Example

White with #8D8082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,128,130); }

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

background-color css

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

 a { background-color: rgb(141,128,130); }

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

border-color css

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

 span { border-color: rgb(141,128,130); }

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