Html Css Color HEX #8D8083 Venus

📋 copy color: '#8D8083'

red 141 ◦ green 128 ◦ blue 131

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

Shades of Venus #8D8083

Tints of Venus #8D8083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 35.25%
G = 32%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8D8083 (or 0x8D8083) is known color: Venus. HEX triplet: 8D, 80 and 83. RGB value is (141,128,131). Sum of RGB (Red+Green+Blue) = 141+128+131=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8083 is #727F7C. Grayscale: #848484. Windows color (decimal): -7503741 or 8618125. OLE color: 8618125.

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

Color convert

RGB 141 128 131 -
CMYK 0 0.09 0.07 0.45
HSL 346.15º 0.05% 0.53% -
HSV(B) 346.15º 0.09% 0.55% -
XYZ 22.8 22.74 24.66 -
YUV 132.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 141 128 131 0 0.09 0.07 0.45 346.15 0.05 0.53
Hex 8D 80 83 0 9 7 2D 15A 5 35
Octal 215 200 203 0 11 7 55 532 5 65
Binary 10001101 10000000 10000011 0 1001 111 101101 101011010 101 110101

Color Harmonies of #8D8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8083

Black with #8D8083

Text Example


Text Example

White with #8D8083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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