Shades of Manatee #7D7F93
Tints of Manatee #7D7F93
RGB
CMYK
RGB Variations
Color information
#7D7F93 (or 0x7D7F93) is known color: Manatee. HEX triplet: 7D, 7F and 93. RGB value is (125,127,147). Sum of RGB (Red+Green+Blue) = 125+127+147=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D7F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F93 is #82806C. Grayscale: #808080. Windows color (decimal): -8552557 or 9666429. OLE color: 9666429.
HSL color Cylindrical-coordinate representation of color #7D7F93: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D7F93 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 127 | 147 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.42 |
| HSL | 234.55º | 0.09% | 0.53% | - |
| HSV(B) | 234.55º | 0.15% | 0.58% | - |
| XYZ | 21.31 | 21.65 | 30.66 | - |
| YUV | 128.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 147 | 0.15 | 0.14 | 0 | 0.42 | 234.55 | 0.09 | 0.53 |
| Hex | 7D | 7F | 93 | F | E | 0 | 2A | EB | 9 | 35 |
| Octal | 175 | 177 | 223 | 17 | 16 | 0 | 52 | 353 | 11 | 65 |
| Binary | 1111101 | 1111111 | 10010011 | 1111 | 1110 | 0 | 101010 | 11101011 | 1001 | 110101 |
Color Harmonies of #7D7F93
Complementary color
Monochromatic Colors of #7D7F93
Black with #7D7F93
Text Example
Text Example
White with #7D7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7F93; }
p { color: rgb(125,127,147); }
H1.HeaderClassName
{
color: #7D7F93;
}
.AnyTagClassName
{
color: #7D7F93;
}
</style>
background-color css
<style>
a { background-color: #7D7F93; }
a { background-color: rgb(125,127,147); }
div.DivClassName
{
background-color: #7D7F93;
}
.BgClassName
{
background-color: #7D7F93;
}
</style>
border-color css
<style>
span { border-color: #7D7F93; }
span { border-color: rgb(125,127,147); }
td.TdClassName
{
border-color: #7D7F93;
}
.TagClassName
{
border-color: #7D7F93;
}
</style>