#809983

Color #809983 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #809983

Tints of Envy #809983

Color information

#809983 (or 0x809983) is unknown color: approx 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

RGB128153131-
CMYK0.1600.140.4
HSL127.2º10.92%55.1%-
HSV(B)127.2º16.34%60%-
XYZ24.3929.0125.79-
YUV143.02121.22117.29-

RGB Variations

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

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.80%
R=31.07%
G=37.14%
B=31.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531310.1600.140.4127.210.9255.1
Hex809983100E287fb37
Octal20023120320016501771367
Binary100000001001100110000011100000111010100011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>