Shades of Bali Hai #7A9EBA
Tints of Bali Hai #7A9EBA
RGB
CMYK
RGB Variations
Color information
#7A9EBA (or 0x7A9EBA) is known color: Bali Hai. HEX triplet: 7A, 9E and BA. RGB value is (122,158,186). Sum of RGB (Red+Green+Blue) = 122+158+186=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A9EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9EBA is #856145. Grayscale: #969696. Windows color (decimal): -8741190 or 12230266. OLE color: 12230266.
HSL color Cylindrical-coordinate representation of color #7A9EBA: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A9EBA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 158 | 186 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.27 |
| HSL | 206.25º | 0.32% | 0.6% | - |
| HSV(B) | 206.25º | 0.34% | 0.73% | - |
| XYZ | 29.12 | 32.14 | 51.12 | - |
| YUV | 150.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 186 | 0.34 | 0.15 | 0 | 0.27 | 206.25 | 0.32 | 0.6 |
| Hex | 7A | 9E | BA | 22 | F | 0 | 1B | CE | 20 | 3C |
| Octal | 172 | 236 | 272 | 42 | 17 | 0 | 33 | 316 | 40 | 74 |
| Binary | 1111010 | 10011110 | 10111010 | 100010 | 1111 | 0 | 11011 | 11001110 | 100000 | 111100 |
Color Harmonies of #7A9EBA
Complementary color
Monochromatic Colors of #7A9EBA
Black with #7A9EBA
Text Example
Text Example
White with #7A9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9EBA; }
p { color: rgb(122,158,186); }
H1.HeaderClassName
{
color: #7A9EBA;
}
.AnyTagClassName
{
color: #7A9EBA;
}
</style>
background-color css
<style>
a { background-color: #7A9EBA; }
a { background-color: rgb(122,158,186); }
div.DivClassName
{
background-color: #7A9EBA;
}
.BgClassName
{
background-color: #7A9EBA;
}
</style>
border-color css
<style>
span { border-color: #7A9EBA; }
span { border-color: rgb(122,158,186); }
td.TdClassName
{
border-color: #7A9EBA;
}
.TagClassName
{
border-color: #7A9EBA;
}
</style>