Shades of Manatee #888A9C
Tints of Manatee #888A9C
RGB
CMYK
RGB Variations
Color information
#888A9C (or 0x888A9C) is known color: Manatee. HEX triplet: 88, 8A and 9C. RGB value is (136,138,156). Sum of RGB (Red+Green+Blue) = 136+138+156=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #888A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A9C is #777563. Grayscale: #8B8B8B. Windows color (decimal): -7828836 or 10259080. OLE color: 10259080.
HSL color Cylindrical-coordinate representation of color #888A9C: hue angle of 234º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888A9C is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 138 | 156 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.39 |
| HSL | 234º | 0.09% | 0.57% | - |
| HSV(B) | 234º | 0.13% | 0.61% | - |
| XYZ | 25.24 | 25.81 | 35.1 | - |
| YUV | 139.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 156 | 0.13 | 0.12 | 0 | 0.39 | 234 | 0.09 | 0.57 |
| Hex | 88 | 8A | 9C | D | C | 0 | 27 | EA | 9 | 39 |
| Octal | 210 | 212 | 234 | 15 | 14 | 0 | 47 | 352 | 11 | 71 |
| Binary | 10001000 | 10001010 | 10011100 | 1101 | 1100 | 0 | 100111 | 11101010 | 1001 | 111001 |
Color Harmonies of #888A9C
Complementary color
Monochromatic Colors of #888A9C
Black with #888A9C
Text Example
Text Example
White with #888A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A9C; }
p { color: rgb(136,138,156); }
H1.HeaderClassName
{
color: #888A9C;
}
.AnyTagClassName
{
color: #888A9C;
}
</style>
background-color css
<style>
a { background-color: #888A9C; }
a { background-color: rgb(136,138,156); }
div.DivClassName
{
background-color: #888A9C;
}
.BgClassName
{
background-color: #888A9C;
}
</style>
border-color css
<style>
span { border-color: #888A9C; }
span { border-color: rgb(136,138,156); }
td.TdClassName
{
border-color: #888A9C;
}
.TagClassName
{
border-color: #888A9C;
}
</style>