Shades of Manatee #8E96B3
Tints of Manatee #8E96B3
RGB
CMYK
RGB Variations
Color information
#8E96B3 (or 0x8E96B3) is known color: Manatee. HEX triplet: 8E, 96 and B3. RGB value is (142,150,179). Sum of RGB (Red+Green+Blue) = 142+150+179=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E96B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96B3 is #71694C. Grayscale: #969696. Windows color (decimal): -7432525 or 11769486. OLE color: 11769486.
HSL color Cylindrical-coordinate representation of color #8E96B3: hue angle of 227.03º 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 #8E96B3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 150 | 179 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.30 |
| HSL | 227.03º | 0.2% | 0.63% | - |
| HSV(B) | 227.03º | 0.21% | 0.7% | - |
| XYZ | 30.2 | 30.82 | 47 | - |
| YUV | 150.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 179 | 0.21 | 0.16 | 0 | 0.30 | 227.03 | 0.2 | 0.63 |
| Hex | 8E | 96 | B3 | 15 | 10 | 0 | 1E | E3 | 14 | 3F |
| Octal | 216 | 226 | 263 | 25 | 20 | 0 | 36 | 343 | 24 | 77 |
| Binary | 10001110 | 10010110 | 10110011 | 10101 | 10000 | 0 | 11110 | 11100011 | 10100 | 111111 |
Color Harmonies of #8E96B3
Complementary color
Monochromatic Colors of #8E96B3
Black with #8E96B3
Text Example
Text Example
White with #8E96B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E96B3; }
p { color: rgb(142,150,179); }
H1.HeaderClassName
{
color: #8E96B3;
}
.AnyTagClassName
{
color: #8E96B3;
}
</style>
background-color css
<style>
a { background-color: #8E96B3; }
a { background-color: rgb(142,150,179); }
div.DivClassName
{
background-color: #8E96B3;
}
.BgClassName
{
background-color: #8E96B3;
}
</style>
border-color css
<style>
span { border-color: #8E96B3; }
span { border-color: rgb(142,150,179); }
td.TdClassName
{
border-color: #8E96B3;
}
.TagClassName
{
border-color: #8E96B3;
}
</style>