Shades of Manatee #93979E
Tints of Manatee #93979E
RGB
CMYK
RGB Variations
Color information
#93979E (or 0x93979E) is known color: Manatee. HEX triplet: 93, 97 and 9E. RGB value is (147,151,158). Sum of RGB (Red+Green+Blue) = 147+151+158=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 158 - color contains mainly: blue. Hex color #93979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93979E is #6C6861. Grayscale: #969696. Windows color (decimal): -7104610 or 10393491. OLE color: 10393491.
HSL color Cylindrical-coordinate representation of color #93979E: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #93979E is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 151 | 158 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.38 |
| HSL | 218.18º | 0.05% | 0.6% | - |
| HSV(B) | 218.18º | 0.07% | 0.62% | - |
| XYZ | 29.27 | 30.8 | 36.75 | - |
| YUV | 150.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 158 | 0.07 | 0.04 | 0 | 0.38 | 218.18 | 0.05 | 0.6 |
| Hex | 93 | 97 | 9E | 7 | 4 | 0 | 26 | DA | 5 | 3C |
| Octal | 223 | 227 | 236 | 7 | 4 | 0 | 46 | 332 | 5 | 74 |
| Binary | 10010011 | 10010111 | 10011110 | 111 | 100 | 0 | 100110 | 11011010 | 101 | 111100 |
Color Harmonies of #93979E
Complementary color
Monochromatic Colors of #93979E
Black with #93979E
Text Example
Text Example
White with #93979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93979E; }
p { color: rgb(147,151,158); }
H1.HeaderClassName
{
color: #93979E;
}
.AnyTagClassName
{
color: #93979E;
}
</style>
background-color css
<style>
a { background-color: #93979E; }
a { background-color: rgb(147,151,158); }
div.DivClassName
{
background-color: #93979E;
}
.BgClassName
{
background-color: #93979E;
}
</style>
border-color css
<style>
span { border-color: #93979E; }
span { border-color: rgb(147,151,158); }
td.TdClassName
{
border-color: #93979E;
}
.TagClassName
{
border-color: #93979E;
}
</style>