Shades of Bali Hai #7C949F
Tints of Bali Hai #7C949F
RGB
CMYK
RGB Variations
Color information
#7C949F (or 0x7C949F) is known color: Bali Hai. HEX triplet: 7C, 94 and 9F. RGB value is (124,148,159). Sum of RGB (Red+Green+Blue) = 124+148+159=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C949F is #836B60. Grayscale: #8E8E8E. Windows color (decimal): -8612705 or 10458236. OLE color: 10458236.
HSL color Cylindrical-coordinate representation of color #7C949F: hue angle of 198.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C949F is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 148 | 159 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.38 |
| HSL | 198.86º | 0.15% | 0.55% | - |
| HSV(B) | 198.86º | 0.22% | 0.62% | - |
| XYZ | 25.16 | 27.97 | 36.87 | - |
| YUV | 142.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 159 | 0.22 | 0.07 | 0 | 0.38 | 198.86 | 0.15 | 0.55 |
| Hex | 7C | 94 | 9F | 16 | 7 | 0 | 26 | C7 | F | 37 |
| Octal | 174 | 224 | 237 | 26 | 7 | 0 | 46 | 307 | 17 | 67 |
| Binary | 1111100 | 10010100 | 10011111 | 10110 | 111 | 0 | 100110 | 11000111 | 1111 | 110111 |
Color Harmonies of #7C949F
Complementary color
Monochromatic Colors of #7C949F
Black with #7C949F
Text Example
Text Example
White with #7C949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C949F; }
p { color: rgb(124,148,159); }
H1.HeaderClassName
{
color: #7C949F;
}
.AnyTagClassName
{
color: #7C949F;
}
</style>
background-color css
<style>
a { background-color: #7C949F; }
a { background-color: rgb(124,148,159); }
div.DivClassName
{
background-color: #7C949F;
}
.BgClassName
{
background-color: #7C949F;
}
</style>
border-color css
<style>
span { border-color: #7C949F; }
span { border-color: rgb(124,148,159); }
td.TdClassName
{
border-color: #7C949F;
}
.TagClassName
{
border-color: #7C949F;
}
</style>