Html Css Color HEX #8E8087 Venus

📋 copy color: '#8E8087'

red 142 ◦ green 128 ◦ blue 135

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

Shades of Venus #8E8087

Tints of Venus #8E8087

RGB

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

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

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

R = 35.06%
G = 31.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E8087 (or 0x8E8087) is known color: Venus. HEX triplet: 8E, 80 and 87. RGB value is (142,128,135). Sum of RGB (Red+Green+Blue) = 142+128+135=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8087 is #717F78. Grayscale: #848484. Windows color (decimal): -7438201 or 8880270. OLE color: 8880270.

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

Color convert

RGB 142 128 135 -
CMYK 0 0.10 0.05 0.44
HSL 330º 0.06% 0.53% -
HSV(B) 330º 0.1% 0.56% -
XYZ 23.25 22.94 26.12 -
YUV 132.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 142 128 135 0 0.10 0.05 0.44 330 0.06 0.53
Hex 8E 80 87 0 A 5 2C 14A 6 35
Octal 216 200 207 0 12 5 54 512 6 65
Binary 10001110 10000000 10000111 0 1010 101 101100 101001010 110 110101

Color Harmonies of #8E8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8087

Black with #8E8087

Text Example


Text Example

White with #8E8087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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