Shades of Manatee #888A93
Tints of Manatee #888A93
RGB
CMYK
RGB Variations
Color information
#888A93 (or 0x888A93) is known color: Manatee. HEX triplet: 88, 8A and 93. RGB value is (136,138,147). Sum of RGB (Red+Green+Blue) = 136+138+147=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #888A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A93 is #77756C. Grayscale: #8A8A8A. Windows color (decimal): -7828845 or 9669256. OLE color: 9669256.
HSL color Cylindrical-coordinate representation of color #888A93: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888A93 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 138 | 147 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.42 |
| HSL | 229.09º | 0.05% | 0.55% | - |
| HSV(B) | 229.09º | 0.07% | 0.58% | - |
| XYZ | 24.51 | 25.52 | 31.24 | - |
| YUV | 138.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 147 | 0.07 | 0.06 | 0 | 0.42 | 229.09 | 0.05 | 0.55 |
| Hex | 88 | 8A | 93 | 7 | 6 | 0 | 2A | E5 | 5 | 37 |
| Octal | 210 | 212 | 223 | 7 | 6 | 0 | 52 | 345 | 5 | 67 |
| Binary | 10001000 | 10001010 | 10010011 | 111 | 110 | 0 | 101010 | 11100101 | 101 | 110111 |
Color Harmonies of #888A93
Complementary color
Monochromatic Colors of #888A93
Black with #888A93
Text Example
Text Example
White with #888A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A93; }
p { color: rgb(136,138,147); }
H1.HeaderClassName
{
color: #888A93;
}
.AnyTagClassName
{
color: #888A93;
}
</style>
background-color css
<style>
a { background-color: #888A93; }
a { background-color: rgb(136,138,147); }
div.DivClassName
{
background-color: #888A93;
}
.BgClassName
{
background-color: #888A93;
}
</style>
border-color css
<style>
span { border-color: #888A93; }
span { border-color: rgb(136,138,147); }
td.TdClassName
{
border-color: #888A93;
}
.TagClassName
{
border-color: #888A93;
}
</style>