Shades of Manatee #8D91B5
Tints of Manatee #8D91B5
RGB
CMYK
RGB Variations
Color information
#8D91B5 (or 0x8D91B5) is known color: Manatee. HEX triplet: 8D, 91 and B5. RGB value is (141,145,181). Sum of RGB (Red+Green+Blue) = 141+145+181=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D91B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D91B5 is #726E4A. Grayscale: #939393. Windows color (decimal): -7499339 or 11899277. OLE color: 11899277.
HSL color Cylindrical-coordinate representation of color #8D91B5: hue angle of 234º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D91B5 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 145 | 181 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.29 |
| HSL | 234º | 0.21% | 0.63% | - |
| HSV(B) | 234º | 0.22% | 0.71% | - |
| XYZ | 29.45 | 29.25 | 47.81 | - |
| YUV | 147.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 181 | 0.22 | 0.20 | 0 | 0.29 | 234 | 0.21 | 0.63 |
| Hex | 8D | 91 | B5 | 16 | 14 | 0 | 1D | EA | 15 | 3F |
| Octal | 215 | 221 | 265 | 26 | 24 | 0 | 35 | 352 | 25 | 77 |
| Binary | 10001101 | 10010001 | 10110101 | 10110 | 10100 | 0 | 11101 | 11101010 | 10101 | 111111 |
Color Harmonies of #8D91B5
Complementary color
Monochromatic Colors of #8D91B5
Black with #8D91B5
Text Example
Text Example
White with #8D91B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D91B5; }
p { color: rgb(141,145,181); }
H1.HeaderClassName
{
color: #8D91B5;
}
.AnyTagClassName
{
color: #8D91B5;
}
</style>
background-color css
<style>
a { background-color: #8D91B5; }
a { background-color: rgb(141,145,181); }
div.DivClassName
{
background-color: #8D91B5;
}
.BgClassName
{
background-color: #8D91B5;
}
</style>
border-color css
<style>
span { border-color: #8D91B5; }
span { border-color: rgb(141,145,181); }
td.TdClassName
{
border-color: #8D91B5;
}
.TagClassName
{
border-color: #8D91B5;
}
</style>