Shades of Manatee #8887B4
Tints of Manatee #8887B4
RGB
CMYK
RGB Variations
Color information
#8887B4 (or 0x8887B4) is known color: Manatee. HEX triplet: 88, 87 and B4. RGB value is (136,135,180). Sum of RGB (Red+Green+Blue) = 136+135+180=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #8887B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887B4 is #77784B. Grayscale: #8C8C8C. Windows color (decimal): -7829580 or 11831176. OLE color: 11831176.
HSL color Cylindrical-coordinate representation of color #8887B4: hue angle of 241.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8887B4 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 135 | 180 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.29 |
| HSL | 241.33º | 0.23% | 0.62% | - |
| HSV(B) | 241.33º | 0.25% | 0.71% | - |
| XYZ | 27.06 | 25.86 | 46.75 | - |
| YUV | 140.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 180 | 0.24 | 0.25 | 0 | 0.29 | 241.33 | 0.23 | 0.62 |
| Hex | 88 | 87 | B4 | 18 | 19 | 0 | 1D | F1 | 17 | 3E |
| Octal | 210 | 207 | 264 | 30 | 31 | 0 | 35 | 361 | 27 | 76 |
| Binary | 10001000 | 10000111 | 10110100 | 11000 | 11001 | 0 | 11101 | 11110001 | 10111 | 111110 |
Color Harmonies of #8887B4
Complementary color
Monochromatic Colors of #8887B4
Black with #8887B4
Text Example
Text Example
White with #8887B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8887B4; }
p { color: rgb(136,135,180); }
H1.HeaderClassName
{
color: #8887B4;
}
.AnyTagClassName
{
color: #8887B4;
}
</style>
background-color css
<style>
a { background-color: #8887B4; }
a { background-color: rgb(136,135,180); }
div.DivClassName
{
background-color: #8887B4;
}
.BgClassName
{
background-color: #8887B4;
}
</style>
border-color css
<style>
span { border-color: #8887B4; }
span { border-color: rgb(136,135,180); }
td.TdClassName
{
border-color: #8887B4;
}
.TagClassName
{
border-color: #8887B4;
}
</style>