#80819E

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

Shades of Manatee #80819E

Tints of Manatee #80819E

Color information

#80819E (or 0x80819E) is unknown color: approx Manatee. HEX triplet: 80, 81 and 9E. RGB value is (128,129,158). Sum of RGB (Red+Green+Blue) = 128+129+158=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #80819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80819E is #7F7E61. Grayscale: #838383. Windows color (decimal): -8355426 or 10387840. OLE color: 10387840.

HSL color Cylindrical-coordinate representation of color #80819E: hue angle of 238º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80819E is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128129158-
CMYK0.190.1800.38
HSL238º13.39%56.08%-
HSV(B)238º18.99%61.96%-
XYZ22.9222.7635.53-
YUV132.01142.67125.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=30.84%
G=31.08%
B=38.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281291580.190.1800.3823813.3956.08
Hex80819E1312026eed38
Octal20020123623220463561570
Binary10000000100000011001111010011100100100110111011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80819E; }

 p { color: rgb(128,129,158); }

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

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

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

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

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

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

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