Shades of Manatee #8B909A
Tints of Manatee #8B909A
RGB
CMYK
RGB Variations
Color information
#8B909A (or 0x8B909A) is known color: Manatee. HEX triplet: 8B, 90 and 9A. RGB value is (139,144,154). Sum of RGB (Red+Green+Blue) = 139+144+154=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B909A is #746F65. Grayscale: #8F8F8F. Windows color (decimal): -7630694 or 10129547. OLE color: 10129547.
HSL color Cylindrical-coordinate representation of color #8B909A: hue angle of 220º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B909A is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 144 | 154 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.40 |
| HSL | 220º | 0.07% | 0.57% | - |
| HSV(B) | 220º | 0.1% | 0.6% | - |
| XYZ | 26.45 | 27.77 | 34.54 | - |
| YUV | 143.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 154 | 0.10 | 0.06 | 0 | 0.40 | 220 | 0.07 | 0.57 |
| Hex | 8B | 90 | 9A | A | 6 | 0 | 28 | DC | 7 | 39 |
| Octal | 213 | 220 | 232 | 12 | 6 | 0 | 50 | 334 | 7 | 71 |
| Binary | 10001011 | 10010000 | 10011010 | 1010 | 110 | 0 | 101000 | 11011100 | 111 | 111001 |
Color Harmonies of #8B909A
Complementary color
Monochromatic Colors of #8B909A
Black with #8B909A
Text Example
Text Example
White with #8B909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B909A; }
p { color: rgb(139,144,154); }
H1.HeaderClassName
{
color: #8B909A;
}
.AnyTagClassName
{
color: #8B909A;
}
</style>
background-color css
<style>
a { background-color: #8B909A; }
a { background-color: rgb(139,144,154); }
div.DivClassName
{
background-color: #8B909A;
}
.BgClassName
{
background-color: #8B909A;
}
</style>
border-color css
<style>
span { border-color: #8B909A; }
span { border-color: rgb(139,144,154); }
td.TdClassName
{
border-color: #8B909A;
}
.TagClassName
{
border-color: #8B909A;
}
</style>