Shades of Manatee #7C7F98
Tints of Manatee #7C7F98
RGB
CMYK
RGB Variations
Color information
#7C7F98 (or 0x7C7F98) is known color: Manatee. HEX triplet: 7C, 7F and 98. RGB value is (124,127,152). Sum of RGB (Red+Green+Blue) = 124+127+152=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C7F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7F98 is #838067. Grayscale: #808080. Windows color (decimal): -8618088 or 9994108. OLE color: 9994108.
HSL color Cylindrical-coordinate representation of color #7C7F98: hue angle of 233.57º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C7F98 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 127 | 152 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.40 |
| HSL | 233.57º | 0.12% | 0.54% | - |
| HSV(B) | 233.57º | 0.18% | 0.6% | - |
| XYZ | 21.57 | 21.73 | 32.76 | - |
| YUV | 128.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 152 | 0.18 | 0.16 | 0 | 0.40 | 233.57 | 0.12 | 0.54 |
| Hex | 7C | 7F | 98 | 12 | 10 | 0 | 28 | EA | C | 36 |
| Octal | 174 | 177 | 230 | 22 | 20 | 0 | 50 | 352 | 14 | 66 |
| Binary | 1111100 | 1111111 | 10011000 | 10010 | 10000 | 0 | 101000 | 11101010 | 1100 | 110110 |
Color Harmonies of #7C7F98
Complementary color
Monochromatic Colors of #7C7F98
Black with #7C7F98
Text Example
Text Example
White with #7C7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7F98; }
p { color: rgb(124,127,152); }
H1.HeaderClassName
{
color: #7C7F98;
}
.AnyTagClassName
{
color: #7C7F98;
}
</style>
background-color css
<style>
a { background-color: #7C7F98; }
a { background-color: rgb(124,127,152); }
div.DivClassName
{
background-color: #7C7F98;
}
.BgClassName
{
background-color: #7C7F98;
}
</style>
border-color css
<style>
span { border-color: #7C7F98; }
span { border-color: rgb(124,127,152); }
td.TdClassName
{
border-color: #7C7F98;
}
.TagClassName
{
border-color: #7C7F98;
}
</style>