Html Css Color HEX #8E8689 Venus

📋 copy color: '#8E8689'

red 142 ◦ green 134 ◦ blue 137

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

Shades of Venus #8E8689

Tints of Venus #8E8689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 34.38%
G = 32.45%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E8689 (or 0x8E8689) is known color: Venus. HEX triplet: 8E, 86 and 89. RGB value is (142,134,137). Sum of RGB (Red+Green+Blue) = 142+134+137=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8689 is #717976. Grayscale: #888888. Windows color (decimal): -7436663 or 9012878. OLE color: 9012878.

HSL color Cylindrical-coordinate representation of color #8E8689: hue angle of 337.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E8689 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 134 137 -
CMYK 0 0.06 0.04 0.44
HSL 337.5º 0.03% 0.54% -
HSV(B) 337.5º 0.06% 0.56% -
XYZ 24.2 24.61 27.14 -
YUV 136.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 142 134 137 0 0.06 0.04 0.44 337.5 0.03 0.54
Hex 8E 86 89 0 6 4 2C 152 3 36
Octal 216 206 211 0 6 4 54 522 3 66
Binary 10001110 10000110 10001001 0 110 100 101100 101010010 11 110110

Color Harmonies of #8E8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8689

Black with #8E8689

Text Example


Text Example

White with #8E8689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,134,137); }

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

background-color css

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

 a { background-color: rgb(142,134,137); }

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

border-color css

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

 span { border-color: rgb(142,134,137); }

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