Html Css Color HEX #8E8589 Venus

📋 copy color: '#8E8589'

red 142 ◦ green 133 ◦ blue 137

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

Shades of Venus #8E8589

Tints of Venus #8E8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

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

R = 34.47%
G = 32.28%
B = 33.25%

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

#8E8589 (or 0x8E8589) is known color: Venus. HEX triplet: 8E, 85 and 89. RGB value is (142,133,137). Sum of RGB (Red+Green+Blue) = 142+133+137=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8589 is #717A76. Grayscale: #888888. Windows color (decimal): -7436919 or 9012622. OLE color: 9012622.

HSL color Cylindrical-coordinate representation of color #8E8589: hue angle of 333.33º degrees, saturation: 0.04, 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 #8E8589 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 137 -
CMYK 0 0.06 0.04 0.44
HSL 333.33º 0.04% 0.54% -
HSV(B) 333.33º 0.06% 0.56% -
XYZ 24.06 24.33 27.1 -
YUV 136.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 142 133 137 0 0.06 0.04 0.44 333.33 0.04 0.54
Hex 8E 85 89 0 6 4 2C 14D 4 36
Octal 216 205 211 0 6 4 54 515 4 66
Binary 10001110 10000101 10001001 0 110 100 101100 101001101 100 110110

Color Harmonies of #8E8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8589

Black with #8E8589

Text Example


Text Example

White with #8E8589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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