Shades of Manatee #807FA7
Tints of Manatee #807FA7
RGB
CMYK
RGB Variations
Color information
#807FA7 (or 0x807FA7) is known color: Manatee. HEX triplet: 80, 7F and A7. RGB value is (128,127,167). Sum of RGB (Red+Green+Blue) = 128+127+167=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 167 - color contains mainly: blue. Hex color #807FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FA7 is #7F8058. Grayscale: #838383. Windows color (decimal): -8355929 or 10977152. OLE color: 10977152.
HSL color Cylindrical-coordinate representation of color #807FA7: hue angle of 241.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807FA7 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 127 | 167 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.35 |
| HSL | 241.5º | 0.19% | 0.58% | - |
| HSV(B) | 241.5º | 0.24% | 0.65% | - |
| XYZ | 23.47 | 22.56 | 39.68 | - |
| YUV | 131.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 167 | 0.23 | 0.24 | 0 | 0.35 | 241.5 | 0.19 | 0.58 |
| Hex | 80 | 7F | A7 | 17 | 18 | 0 | 23 | F2 | 13 | 3A |
| Octal | 200 | 177 | 247 | 27 | 30 | 0 | 43 | 362 | 23 | 72 |
| Binary | 10000000 | 1111111 | 10100111 | 10111 | 11000 | 0 | 100011 | 11110010 | 10011 | 111010 |
Color Harmonies of #807FA7
Complementary color
Monochromatic Colors of #807FA7
Black with #807FA7
Text Example
Text Example
White with #807FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FA7; }
p { color: rgb(128,127,167); }
H1.HeaderClassName
{
color: #807FA7;
}
.AnyTagClassName
{
color: #807FA7;
}
</style>
background-color css
<style>
a { background-color: #807FA7; }
a { background-color: rgb(128,127,167); }
div.DivClassName
{
background-color: #807FA7;
}
.BgClassName
{
background-color: #807FA7;
}
</style>
border-color css
<style>
span { border-color: #807FA7; }
span { border-color: rgb(128,127,167); }
td.TdClassName
{
border-color: #807FA7;
}
.TagClassName
{
border-color: #807FA7;
}
</style>