Html Css Color HEX #8E8082 Venus

📋 copy color: '#8E8082'

red 142 ◦ green 128 ◦ blue 130

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

Shades of Venus #8E8082

Tints of Venus #8E8082

RGB

 RED value IS 142 (55.86% from 255) = 35.5%

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

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

R = 35.5%
G = 32%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E8082 (or 0x8E8082) is known color: Venus. HEX triplet: 8E, 80 and 82. RGB value is (142,128,130). Sum of RGB (Red+Green+Blue) = 142+128+130=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8082 is #717F7D. Grayscale: #848484. Windows color (decimal): -7438206 or 8552590. OLE color: 8552590.

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

Color convert

RGB 142 128 130 -
CMYK 0 0.10 0.08 0.44
HSL 351.43º 0.06% 0.53% -
HSV(B) 351.43º 0.1% 0.56% -
XYZ 22.9 22.8 24.31 -
YUV 132.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 142 128 130 0 0.10 0.08 0.44 351.43 0.06 0.53
Hex 8E 80 82 0 A 8 2C 15F 6 35
Octal 216 200 202 0 12 10 54 537 6 65
Binary 10001110 10000000 10000010 0 1010 1000 101100 101011111 110 110101

Color Harmonies of #8E8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8082

Black with #8E8082

Text Example


Text Example

White with #8E8082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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