Html Css Color HEX #809983 Envy

📋 copy color: '#809983'

red 128 ◦ green 153 ◦ blue 131

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

Shades of Envy #809983

Tints of Envy #809983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.8%

R = 31.07%
G = 37.14%
B = 31.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#809983 (or 0x809983) is known color: Envy. HEX triplet: 80, 99 and 83. RGB value is (128,153,131). Sum of RGB (Red+Green+Blue) = 128+153+131=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #809983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809983 is #7F667C. Grayscale: #8F8F8F. Windows color (decimal): -8349309 or 8624512. OLE color: 8624512.

HSL color Cylindrical-coordinate representation of color #809983: hue angle of 127.2º 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 #809983 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 131 -
CMYK 0.16 0 0.14 0.4
HSL 127.2º 0.11% 0.55% -
HSV(B) 127.2º 0.16% 0.6% -
XYZ 24.39 29.01 25.79 -
YUV 143.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 128 153 131 0.16 0 0.14 0.4 127.2 0.11 0.55
Hex 80 99 83 10 0 E 28 7F B 37
Octal 200 231 203 20 0 16 50 177 13 67
Binary 10000000 10011001 10000011 10000 0 1110 101000 1111111 1011 110111

Color Harmonies of #809983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809983

Black with #809983

Text Example


Text Example

White with #809983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809983; }

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

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

background-color css

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

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

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

border-color css

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

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

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