Html Css Color HEX #8E8184 Venus

📋 copy color: '#8E8184'

red 142 ◦ green 129 ◦ blue 132

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

Shades of Venus #8E8184

Tints of Venus #8E8184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

 BLUE value IS 132 (51.95% from 255) = 32.75%

R = 35.24%
G = 32.01%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E8184 (or 0x8E8184) is known color: Venus. HEX triplet: 8E, 81 and 84. RGB value is (142,129,132). Sum of RGB (Red+Green+Blue) = 142+129+132=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8184 is #717E7B. Grayscale: #858585. Windows color (decimal): -7437948 or 8683918. OLE color: 8683918.

HSL color Cylindrical-coordinate representation of color #8E8184: hue angle of 346.15º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E8184 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 129 132 -
CMYK 0 0.09 0.07 0.44
HSL 346.15º 0.05% 0.53% -
HSV(B) 346.15º 0.09% 0.56% -
XYZ 23.17 23.12 25.07 -
YUV 133.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 142 129 132 0 0.09 0.07 0.44 346.15 0.05 0.53
Hex 8E 81 84 0 9 7 2C 15A 5 35
Octal 216 201 204 0 11 7 54 532 5 65
Binary 10001110 10000001 10000100 0 1001 111 101100 101011010 101 110101

Color Harmonies of #8E8184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8184

Black with #8E8184

Text Example


Text Example

White with #8E8184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,129,132); }

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

background-color css

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

 a { background-color: rgb(142,129,132); }

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

border-color css

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

 span { border-color: rgb(142,129,132); }

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