Shades of Bali Hai #7C9BA9
Tints of Bali Hai #7C9BA9
RGB
CMYK
RGB Variations
Color information
#7C9BA9 (or 0x7C9BA9) is known color: Bali Hai. HEX triplet: 7C, 9B and A9. RGB value is (124,155,169). Sum of RGB (Red+Green+Blue) = 124+155+169=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C9BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9BA9 is #836456. Grayscale: #939393. Windows color (decimal): -8610903 or 11115388. OLE color: 11115388.
HSL color Cylindrical-coordinate representation of color #7C9BA9: hue angle of 198.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C9BA9 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 155 | 169 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.34 |
| HSL | 198.67º | 0.21% | 0.57% | - |
| HSV(B) | 198.67º | 0.27% | 0.66% | - |
| XYZ | 27.19 | 30.59 | 42.01 | - |
| YUV | 147.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 169 | 0.27 | 0.08 | 0 | 0.34 | 198.67 | 0.21 | 0.57 |
| Hex | 7C | 9B | A9 | 1B | 8 | 0 | 22 | C7 | 15 | 39 |
| Octal | 174 | 233 | 251 | 33 | 10 | 0 | 42 | 307 | 25 | 71 |
| Binary | 1111100 | 10011011 | 10101001 | 11011 | 1000 | 0 | 100010 | 11000111 | 10101 | 111001 |
Color Harmonies of #7C9BA9
Complementary color
Monochromatic Colors of #7C9BA9
Black with #7C9BA9
Text Example
Text Example
White with #7C9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9BA9; }
p { color: rgb(124,155,169); }
H1.HeaderClassName
{
color: #7C9BA9;
}
.AnyTagClassName
{
color: #7C9BA9;
}
</style>
background-color css
<style>
a { background-color: #7C9BA9; }
a { background-color: rgb(124,155,169); }
div.DivClassName
{
background-color: #7C9BA9;
}
.BgClassName
{
background-color: #7C9BA9;
}
</style>
border-color css
<style>
span { border-color: #7C9BA9; }
span { border-color: rgb(124,155,169); }
td.TdClassName
{
border-color: #7C9BA9;
}
.TagClassName
{
border-color: #7C9BA9;
}
</style>