Shades of Manatee #8B919C
Tints of Manatee #8B919C
RGB
CMYK
RGB Variations
Color information
#8B919C (or 0x8B919C) is known color: Manatee. HEX triplet: 8B, 91 and 9C. RGB value is (139,145,156). Sum of RGB (Red+Green+Blue) = 139+145+156=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B919C is #746E63. Grayscale: #909090. Windows color (decimal): -7630436 or 10260875. OLE color: 10260875.
HSL color Cylindrical-coordinate representation of color #8B919C: hue angle of 218.82º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B919C is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 145 | 156 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.39 |
| HSL | 218.82º | 0.08% | 0.58% | - |
| HSV(B) | 218.82º | 0.11% | 0.61% | - |
| XYZ | 26.77 | 28.14 | 35.47 | - |
| YUV | 144.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 156 | 0.11 | 0.07 | 0 | 0.39 | 218.82 | 0.08 | 0.58 |
| Hex | 8B | 91 | 9C | B | 7 | 0 | 27 | DB | 8 | 3A |
| Octal | 213 | 221 | 234 | 13 | 7 | 0 | 47 | 333 | 10 | 72 |
| Binary | 10001011 | 10010001 | 10011100 | 1011 | 111 | 0 | 100111 | 11011011 | 1000 | 111010 |
Color Harmonies of #8B919C
Complementary color
Monochromatic Colors of #8B919C
Black with #8B919C
Text Example
Text Example
White with #8B919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B919C; }
p { color: rgb(139,145,156); }
H1.HeaderClassName
{
color: #8B919C;
}
.AnyTagClassName
{
color: #8B919C;
}
</style>
background-color css
<style>
a { background-color: #8B919C; }
a { background-color: rgb(139,145,156); }
div.DivClassName
{
background-color: #8B919C;
}
.BgClassName
{
background-color: #8B919C;
}
</style>
border-color css
<style>
span { border-color: #8B919C; }
span { border-color: rgb(139,145,156); }
td.TdClassName
{
border-color: #8B919C;
}
.TagClassName
{
border-color: #8B919C;
}
</style>