Shades of Manatee #807FA8
Tints of Manatee #807FA8
RGB
CMYK
RGB Variations
Color information
#807FA8 (or 0x807FA8) is known color: Manatee. HEX triplet: 80, 7F and A8. RGB value is (128,127,168). Sum of RGB (Red+Green+Blue) = 128+127+168=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 168 - color contains mainly: blue. Hex color #807FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FA8 is #7F8057. Grayscale: #838383. Windows color (decimal): -8355928 or 11042688. OLE color: 11042688.
HSL color Cylindrical-coordinate representation of color #807FA8: hue angle of 241.46º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807FA8 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 127 | 168 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.34 |
| HSL | 241.46º | 0.19% | 0.58% | - |
| HSV(B) | 241.46º | 0.24% | 0.66% | - |
| XYZ | 23.56 | 22.6 | 40.17 | - |
| YUV | 131.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 168 | 0.24 | 0.24 | 0 | 0.34 | 241.46 | 0.19 | 0.58 |
| Hex | 80 | 7F | A8 | 18 | 18 | 0 | 22 | F1 | 13 | 3A |
| Octal | 200 | 177 | 250 | 30 | 30 | 0 | 42 | 361 | 23 | 72 |
| Binary | 10000000 | 1111111 | 10101000 | 11000 | 11000 | 0 | 100010 | 11110001 | 10011 | 111010 |
Color Harmonies of #807FA8
Complementary color
Monochromatic Colors of #807FA8
Black with #807FA8
Text Example
Text Example
White with #807FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FA8; }
p { color: rgb(128,127,168); }
H1.HeaderClassName
{
color: #807FA8;
}
.AnyTagClassName
{
color: #807FA8;
}
</style>
background-color css
<style>
a { background-color: #807FA8; }
a { background-color: rgb(128,127,168); }
div.DivClassName
{
background-color: #807FA8;
}
.BgClassName
{
background-color: #807FA8;
}
</style>
border-color css
<style>
span { border-color: #807FA8; }
span { border-color: rgb(128,127,168); }
td.TdClassName
{
border-color: #807FA8;
}
.TagClassName
{
border-color: #807FA8;
}
</style>