#809380

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

Shades of Stack #809380

Tints of Stack #809380

Color information

#809380 (or 0x809380) is unknown color: approx Stack. HEX triplet: 80, 93 and 80. RGB value is (128,147,128). Sum of RGB (Red+Green+Blue) = 128+147+128=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #809380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809380 is #7F6C7F. Grayscale: #8B8B8B. Windows color (decimal): -8350848 or 8426368. OLE color: 8426368.

HSL color Cylindrical-coordinate representation of color #809380: hue angle of 120º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809380 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB128147128-
CMYK0.1300.130.42
HSL120º8.09%53.92%-
HSV(B)120º12.93%57.65%-
XYZ23.2327.0224.41-
YUV139.15121.71120.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=31.76%
G=36.48%
B=31.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471280.1300.130.421208.0953.92
Hex809380D0D2A78836
Octal20022320015015521701066
Binary10000000100100111000000011010110110101011110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809380; }

 p { color: rgb(128,147,128); }

 H1.HeaderClassName
 {
   color: #809380;
 }
 .AnyTagClassName
 {
   color: #809380;
 }
</style>
background-color css

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

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

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

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

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

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