Html Css Color HEX #809986 Envy

📋 copy color: '#809986'

red 128 ◦ green 153 ◦ blue 134

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

Shades of Envy #809986

Tints of Envy #809986

RGB

 RED value IS 128 (50.39% from 255) = 30.84%

 GREEN value IS 153 (60.16% from 255) = 36.87%

 BLUE value IS 134 (52.73% from 255) = 32.29%

R = 30.84%
G = 36.87%
B = 32.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#809986 (or 0x809986) is known color: Envy. HEX triplet: 80, 99 and 86. RGB value is (128,153,134). Sum of RGB (Red+Green+Blue) = 128+153+134=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #809986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809986 is #7F6679. Grayscale: #8F8F8F. Windows color (decimal): -8349306 or 8821120. OLE color: 8821120.

HSL color Cylindrical-coordinate representation of color #809986: hue angle of 134.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809986 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 134 -
CMYK 0.16 0 0.12 0.4
HSL 134.4º 0.11% 0.55% -
HSV(B) 134.4º 0.16% 0.6% -
XYZ 24.6 29.09 26.87 -
YUV 143.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 128 153 134 0.16 0 0.12 0.4 134.4 0.11 0.55
Hex 80 99 86 10 0 C 28 86 B 37
Octal 200 231 206 20 0 14 50 206 13 67
Binary 10000000 10011001 10000110 10000 0 1100 101000 10000110 1011 110111

Color Harmonies of #809986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809986

Black with #809986

Text Example


Text Example

White with #809986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809986; }

 p { color: rgb(128,153,134); }

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

background-color css

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

 a { background-color: rgb(128,153,134); }

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

border-color css

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

 span { border-color: rgb(128,153,134); }

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