Shades of Bali Hai #7C9EAC
Tints of Bali Hai #7C9EAC
RGB
CMYK
RGB Variations
Color information
#7C9EAC (or 0x7C9EAC) is known color: Bali Hai. HEX triplet: 7C, 9E and AC. RGB value is (124,158,172). Sum of RGB (Red+Green+Blue) = 124+158+172=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C9EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9EAC is #836153. Grayscale: #959595. Windows color (decimal): -8610132 or 11312764. OLE color: 11312764.
HSL color Cylindrical-coordinate representation of color #7C9EAC: hue angle of 197.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C9EAC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 158 | 172 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.33 |
| HSL | 197.5º | 0.22% | 0.58% | - |
| HSV(B) | 197.5º | 0.28% | 0.67% | - |
| XYZ | 27.99 | 31.72 | 43.68 | - |
| YUV | 149.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 172 | 0.28 | 0.08 | 0 | 0.33 | 197.5 | 0.22 | 0.58 |
| Hex | 7C | 9E | AC | 1C | 8 | 0 | 21 | C6 | 16 | 3A |
| Octal | 174 | 236 | 254 | 34 | 10 | 0 | 41 | 306 | 26 | 72 |
| Binary | 1111100 | 10011110 | 10101100 | 11100 | 1000 | 0 | 100001 | 11000110 | 10110 | 111010 |
Color Harmonies of #7C9EAC
Complementary color
Monochromatic Colors of #7C9EAC
Black with #7C9EAC
Text Example
Text Example
White with #7C9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9EAC; }
p { color: rgb(124,158,172); }
H1.HeaderClassName
{
color: #7C9EAC;
}
.AnyTagClassName
{
color: #7C9EAC;
}
</style>
background-color css
<style>
a { background-color: #7C9EAC; }
a { background-color: rgb(124,158,172); }
div.DivClassName
{
background-color: #7C9EAC;
}
.BgClassName
{
background-color: #7C9EAC;
}
</style>
border-color css
<style>
span { border-color: #7C9EAC; }
span { border-color: rgb(124,158,172); }
td.TdClassName
{
border-color: #7C9EAC;
}
.TagClassName
{
border-color: #7C9EAC;
}
</style>