Html Css Color HEX #8E8384 Venus

📋 copy color: '#8E8384'

red 142 ◦ green 131 ◦ blue 132

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

Shades of Venus #8E8384

Tints of Venus #8E8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 35.06%
G = 32.35%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E8384 (or 0x8E8384) is known color: Venus. HEX triplet: 8E, 83 and 84. RGB value is (142,131,132). Sum of RGB (Red+Green+Blue) = 142+131+132=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8384 is #717C7B. Grayscale: #868686. Windows color (decimal): -7437436 or 8684430. OLE color: 8684430.

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

Color convert

RGB 142 131 132 -
CMYK 0 0.08 0.07 0.44
HSL 354.55º 0.05% 0.54% -
HSV(B) 354.55º 0.08% 0.56% -
XYZ 23.44 23.65 25.16 -
YUV 134.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 142 131 132 0 0.08 0.07 0.44 354.55 0.05 0.54
Hex 8E 83 84 0 8 7 2C 163 5 36
Octal 216 203 204 0 10 7 54 543 5 66
Binary 10001110 10000011 10000100 0 1000 111 101100 101100011 101 110110

Color Harmonies of #8E8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8384

Black with #8E8384

Text Example


Text Example

White with #8E8384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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