Shades of Manatee #7F829D
Tints of Manatee #7F829D
RGB
CMYK
RGB Variations
Color information
#7F829D (or 0x7F829D) is known color: Manatee. HEX triplet: 7F, 82 and 9D. RGB value is (127,130,157). Sum of RGB (Red+Green+Blue) = 127+130+157=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F829D is #807D62. Grayscale: #848484. Windows color (decimal): -8420707 or 10322559. OLE color: 10322559.
HSL color Cylindrical-coordinate representation of color #7F829D: hue angle of 234º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F829D is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 130 | 157 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.38 |
| HSL | 234º | 0.13% | 0.56% | - |
| HSV(B) | 234º | 0.19% | 0.62% | - |
| XYZ | 22.82 | 22.91 | 35.12 | - |
| YUV | 132.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 157 | 0.19 | 0.17 | 0 | 0.38 | 234 | 0.13 | 0.56 |
| Hex | 7F | 82 | 9D | 13 | 11 | 0 | 26 | EA | D | 38 |
| Octal | 177 | 202 | 235 | 23 | 21 | 0 | 46 | 352 | 15 | 70 |
| Binary | 1111111 | 10000010 | 10011101 | 10011 | 10001 | 0 | 100110 | 11101010 | 1101 | 111000 |
Color Harmonies of #7F829D
Complementary color
Monochromatic Colors of #7F829D
Black with #7F829D
Text Example
Text Example
White with #7F829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F829D; }
p { color: rgb(127,130,157); }
H1.HeaderClassName
{
color: #7F829D;
}
.AnyTagClassName
{
color: #7F829D;
}
</style>
background-color css
<style>
a { background-color: #7F829D; }
a { background-color: rgb(127,130,157); }
div.DivClassName
{
background-color: #7F829D;
}
.BgClassName
{
background-color: #7F829D;
}
</style>
border-color css
<style>
span { border-color: #7F829D; }
span { border-color: rgb(127,130,157); }
td.TdClassName
{
border-color: #7F829D;
}
.TagClassName
{
border-color: #7F829D;
}
</style>