Html Css Color HEX #8D8283 Venus

📋 copy color: '#8D8283'

red 141 ◦ green 130 ◦ blue 131

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

Shades of Venus #8D8283

Tints of Venus #8D8283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

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

R = 35.07%
G = 32.34%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8D8283 (or 0x8D8283) is known color: Venus. HEX triplet: 8D, 82 and 83. RGB value is (141,130,131). Sum of RGB (Red+Green+Blue) = 141+130+131=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8283 is #727D7C. Grayscale: #858585. Windows color (decimal): -7503229 or 8618637. OLE color: 8618637.

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

Color convert

RGB 141 130 131 -
CMYK 0 0.08 0.07 0.45
HSL 354.55º 0.05% 0.53% -
HSV(B) 354.55º 0.08% 0.55% -
XYZ 23.06 23.27 24.75 -
YUV 133.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 141 130 131 0 0.08 0.07 0.45 354.55 0.05 0.53
Hex 8D 82 83 0 8 7 2D 163 5 35
Octal 215 202 203 0 10 7 55 543 5 65
Binary 10001101 10000010 10000011 0 1000 111 101101 101100011 101 110101

Color Harmonies of #8D8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8283

Black with #8D8283

Text Example


Text Example

White with #8D8283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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