Shades of Manatee #8689AC
Tints of Manatee #8689AC
RGB
CMYK
RGB Variations
Color information
#8689AC (or 0x8689AC) is known color: Manatee. HEX triplet: 86, 89 and AC. RGB value is (134,137,172). Sum of RGB (Red+Green+Blue) = 134+137+172=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #8689AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8689AC is #797653. Grayscale: #8B8B8B. Windows color (decimal): -7960148 or 11307398. OLE color: 11307398.
HSL color Cylindrical-coordinate representation of color #8689AC: hue angle of 235.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8689AC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 137 | 172 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.33 |
| HSL | 235.26º | 0.19% | 0.6% | - |
| HSV(B) | 235.26º | 0.22% | 0.67% | - |
| XYZ | 26.22 | 25.94 | 42.65 | - |
| YUV | 140.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 172 | 0.22 | 0.20 | 0 | 0.33 | 235.26 | 0.19 | 0.6 |
| Hex | 86 | 89 | AC | 16 | 14 | 0 | 21 | EB | 13 | 3C |
| Octal | 206 | 211 | 254 | 26 | 24 | 0 | 41 | 353 | 23 | 74 |
| Binary | 10000110 | 10001001 | 10101100 | 10110 | 10100 | 0 | 100001 | 11101011 | 10011 | 111100 |
Color Harmonies of #8689AC
Complementary color
Monochromatic Colors of #8689AC
Black with #8689AC
Text Example
Text Example
White with #8689AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689AC; }
p { color: rgb(134,137,172); }
H1.HeaderClassName
{
color: #8689AC;
}
.AnyTagClassName
{
color: #8689AC;
}
</style>
background-color css
<style>
a { background-color: #8689AC; }
a { background-color: rgb(134,137,172); }
div.DivClassName
{
background-color: #8689AC;
}
.BgClassName
{
background-color: #8689AC;
}
</style>
border-color css
<style>
span { border-color: #8689AC; }
span { border-color: rgb(134,137,172); }
td.TdClassName
{
border-color: #8689AC;
}
.TagClassName
{
border-color: #8689AC;
}
</style>