Shades of Bali Hai #7D949F
Tints of Bali Hai #7D949F
RGB
CMYK
RGB Variations
Color information
#7D949F (or 0x7D949F) is known color: Bali Hai. HEX triplet: 7D, 94 and 9F. RGB value is (125,148,159). Sum of RGB (Red+Green+Blue) = 125+148+159=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D949F is #826B60. Grayscale: #8E8E8E. Windows color (decimal): -8547169 or 10458237. OLE color: 10458237.
HSL color Cylindrical-coordinate representation of color #7D949F: hue angle of 199.41º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D949F is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 148 | 159 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.38 |
| HSL | 199.41º | 0.15% | 0.56% | - |
| HSV(B) | 199.41º | 0.21% | 0.62% | - |
| XYZ | 25.31 | 28.04 | 36.88 | - |
| YUV | 142.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 159 | 0.21 | 0.07 | 0 | 0.38 | 199.41 | 0.15 | 0.56 |
| Hex | 7D | 94 | 9F | 15 | 7 | 0 | 26 | C7 | F | 38 |
| Octal | 175 | 224 | 237 | 25 | 7 | 0 | 46 | 307 | 17 | 70 |
| Binary | 1111101 | 10010100 | 10011111 | 10101 | 111 | 0 | 100110 | 11000111 | 1111 | 111000 |
Color Harmonies of #7D949F
Complementary color
Monochromatic Colors of #7D949F
Black with #7D949F
Text Example
Text Example
White with #7D949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D949F; }
p { color: rgb(125,148,159); }
H1.HeaderClassName
{
color: #7D949F;
}
.AnyTagClassName
{
color: #7D949F;
}
</style>
background-color css
<style>
a { background-color: #7D949F; }
a { background-color: rgb(125,148,159); }
div.DivClassName
{
background-color: #7D949F;
}
.BgClassName
{
background-color: #7D949F;
}
</style>
border-color css
<style>
span { border-color: #7D949F; }
span { border-color: rgb(125,148,159); }
td.TdClassName
{
border-color: #7D949F;
}
.TagClassName
{
border-color: #7D949F;
}
</style>