Shades of Manatee #8D8FB3
Tints of Manatee #8D8FB3
RGB
CMYK
RGB Variations
Color information
#8D8FB3 (or 0x8D8FB3) is known color: Manatee. HEX triplet: 8D, 8F and B3. RGB value is (141,143,179). Sum of RGB (Red+Green+Blue) = 141+143+179=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #8D8FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8FB3 is #72704C. Grayscale: #929292. Windows color (decimal): -7499853 or 11767693. OLE color: 11767693.
HSL color Cylindrical-coordinate representation of color #8D8FB3: hue angle of 236.84º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D8FB3 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 143 | 179 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.30 |
| HSL | 236.84º | 0.2% | 0.63% | - |
| HSV(B) | 236.84º | 0.21% | 0.7% | - |
| XYZ | 28.94 | 28.56 | 46.64 | - |
| YUV | 146.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 179 | 0.21 | 0.20 | 0 | 0.30 | 236.84 | 0.2 | 0.63 |
| Hex | 8D | 8F | B3 | 15 | 14 | 0 | 1E | ED | 14 | 3F |
| Octal | 215 | 217 | 263 | 25 | 24 | 0 | 36 | 355 | 24 | 77 |
| Binary | 10001101 | 10001111 | 10110011 | 10101 | 10100 | 0 | 11110 | 11101101 | 10100 | 111111 |
Color Harmonies of #8D8FB3
Complementary color
Monochromatic Colors of #8D8FB3
Black with #8D8FB3
Text Example
Text Example
White with #8D8FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8FB3; }
p { color: rgb(141,143,179); }
H1.HeaderClassName
{
color: #8D8FB3;
}
.AnyTagClassName
{
color: #8D8FB3;
}
</style>
background-color css
<style>
a { background-color: #8D8FB3; }
a { background-color: rgb(141,143,179); }
div.DivClassName
{
background-color: #8D8FB3;
}
.BgClassName
{
background-color: #8D8FB3;
}
</style>
border-color css
<style>
span { border-color: #8D8FB3; }
span { border-color: rgb(141,143,179); }
td.TdClassName
{
border-color: #8D8FB3;
}
.TagClassName
{
border-color: #8D8FB3;
}
</style>