Shades of Bali Hai #7D959E
Tints of Bali Hai #7D959E
RGB
CMYK
RGB Variations
Color information
#7D959E (or 0x7D959E) is known color: Bali Hai. HEX triplet: 7D, 95 and 9E. RGB value is (125,149,158). Sum of RGB (Red+Green+Blue) = 125+149+158=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D959E is #826A61. Grayscale: #8E8E8E. Windows color (decimal): -8546914 or 10392957. OLE color: 10392957.
HSL color Cylindrical-coordinate representation of color #7D959E: hue angle of 196.36º degrees, saturation: 0.15, 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 #7D959E is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 149 | 158 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.38 |
| HSL | 196.36º | 0.15% | 0.55% | - |
| HSV(B) | 196.36º | 0.21% | 0.62% | - |
| XYZ | 25.38 | 28.32 | 36.48 | - |
| YUV | 142.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 158 | 0.21 | 0.06 | 0 | 0.38 | 196.36 | 0.15 | 0.55 |
| Hex | 7D | 95 | 9E | 15 | 6 | 0 | 26 | C4 | F | 37 |
| Octal | 175 | 225 | 236 | 25 | 6 | 0 | 46 | 304 | 17 | 67 |
| Binary | 1111101 | 10010101 | 10011110 | 10101 | 110 | 0 | 100110 | 11000100 | 1111 | 110111 |
Color Harmonies of #7D959E
Complementary color
Monochromatic Colors of #7D959E
Black with #7D959E
Text Example
Text Example
White with #7D959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D959E; }
p { color: rgb(125,149,158); }
H1.HeaderClassName
{
color: #7D959E;
}
.AnyTagClassName
{
color: #7D959E;
}
</style>
background-color css
<style>
a { background-color: #7D959E; }
a { background-color: rgb(125,149,158); }
div.DivClassName
{
background-color: #7D959E;
}
.BgClassName
{
background-color: #7D959E;
}
</style>
border-color css
<style>
span { border-color: #7D959E; }
span { border-color: rgb(125,149,158); }
td.TdClassName
{
border-color: #7D959E;
}
.TagClassName
{
border-color: #7D959E;
}
</style>