Shades of Manatee #868AA4
Tints of Manatee #868AA4
RGB
CMYK
RGB Variations
Color information
#868AA4 (or 0x868AA4) is known color: Manatee. HEX triplet: 86, 8A and A4. RGB value is (134,138,164). Sum of RGB (Red+Green+Blue) = 134+138+164=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #868AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868AA4 is #79755B. Grayscale: #8B8B8B. Windows color (decimal): -7959900 or 10783366. OLE color: 10783366.
HSL color Cylindrical-coordinate representation of color #868AA4: hue angle of 232º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868AA4 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 138 | 164 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.36 |
| HSL | 232º | 0.14% | 0.58% | - |
| HSV(B) | 232º | 0.18% | 0.64% | - |
| XYZ | 25.62 | 25.93 | 38.78 | - |
| YUV | 139.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 164 | 0.18 | 0.16 | 0 | 0.36 | 232 | 0.14 | 0.58 |
| Hex | 86 | 8A | A4 | 12 | 10 | 0 | 24 | E8 | E | 3A |
| Octal | 206 | 212 | 244 | 22 | 20 | 0 | 44 | 350 | 16 | 72 |
| Binary | 10000110 | 10001010 | 10100100 | 10010 | 10000 | 0 | 100100 | 11101000 | 1110 | 111010 |
Color Harmonies of #868AA4
Complementary color
Monochromatic Colors of #868AA4
Black with #868AA4
Text Example
Text Example
White with #868AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AA4; }
p { color: rgb(134,138,164); }
H1.HeaderClassName
{
color: #868AA4;
}
.AnyTagClassName
{
color: #868AA4;
}
</style>
background-color css
<style>
a { background-color: #868AA4; }
a { background-color: rgb(134,138,164); }
div.DivClassName
{
background-color: #868AA4;
}
.BgClassName
{
background-color: #868AA4;
}
</style>
border-color css
<style>
span { border-color: #868AA4; }
span { border-color: rgb(134,138,164); }
td.TdClassName
{
border-color: #868AA4;
}
.TagClassName
{
border-color: #868AA4;
}
</style>