Shades of Bali Hai #7C979D
Tints of Bali Hai #7C979D
RGB
CMYK
RGB Variations
Color information
#7C979D (or 0x7C979D) is known color: Bali Hai. HEX triplet: 7C, 97 and 9D. RGB value is (124,151,157). Sum of RGB (Red+Green+Blue) = 124+151+157=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C979D is #836862. Grayscale: #8F8F8F. Windows color (decimal): -8611939 or 10327932. OLE color: 10327932.
HSL color Cylindrical-coordinate representation of color #7C979D: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C979D is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 151 | 157 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.38 |
| HSL | 190.91º | 0.14% | 0.55% | - |
| HSV(B) | 190.91º | 0.21% | 0.62% | - |
| XYZ | 25.46 | 28.85 | 36.13 | - |
| YUV | 143.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 157 | 0.21 | 0.04 | 0 | 0.38 | 190.91 | 0.14 | 0.55 |
| Hex | 7C | 97 | 9D | 15 | 4 | 0 | 26 | BF | E | 37 |
| Octal | 174 | 227 | 235 | 25 | 4 | 0 | 46 | 277 | 16 | 67 |
| Binary | 1111100 | 10010111 | 10011101 | 10101 | 100 | 0 | 100110 | 10111111 | 1110 | 110111 |
Color Harmonies of #7C979D
Complementary color
Monochromatic Colors of #7C979D
Black with #7C979D
Text Example
Text Example
White with #7C979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C979D; }
p { color: rgb(124,151,157); }
H1.HeaderClassName
{
color: #7C979D;
}
.AnyTagClassName
{
color: #7C979D;
}
</style>
background-color css
<style>
a { background-color: #7C979D; }
a { background-color: rgb(124,151,157); }
div.DivClassName
{
background-color: #7C979D;
}
.BgClassName
{
background-color: #7C979D;
}
</style>
border-color css
<style>
span { border-color: #7C979D; }
span { border-color: rgb(124,151,157); }
td.TdClassName
{
border-color: #7C979D;
}
.TagClassName
{
border-color: #7C979D;
}
</style>