Html Css Color HEX #8E898A Venus

📋 copy color: '#8E898A'

red 142 ◦ green 137 ◦ blue 138

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

Shades of Venus #8E898A

Tints of Venus #8E898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 34.05%
G = 32.85%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E898A (or 0x8E898A) is known color: Venus. HEX triplet: 8E, 89 and 8A. RGB value is (142,137,138). Sum of RGB (Red+Green+Blue) = 142+137+138=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 142 - color contains mainly: red. Hex color #8E898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E898A is #717675. Grayscale: #8A8A8A. Windows color (decimal): -7435894 or 9079182. OLE color: 9079182.

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

Color convert

RGB 142 137 138 -
CMYK 0 0.04 0.03 0.44
HSL 348º 0.02% 0.55% -
HSV(B) 348º 0.04% 0.56% -
XYZ 24.69 25.48 27.66 -
YUV 138.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 142 137 138 0 0.04 0.03 0.44 348 0.02 0.55
Hex 8E 89 8A 0 4 3 2C 15C 2 37
Octal 216 211 212 0 4 3 54 534 2 67
Binary 10001110 10001001 10001010 0 100 11 101100 101011100 10 110111

Color Harmonies of #8E898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E898A

Black with #8E898A

Text Example


Text Example

White with #8E898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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