Shades of Bali Hai #7B9ABA
Tints of Bali Hai #7B9ABA
RGB
CMYK
RGB Variations
Color information
#7B9ABA (or 0x7B9ABA) is known color: Bali Hai. HEX triplet: 7B, 9A and BA. RGB value is (123,154,186). Sum of RGB (Red+Green+Blue) = 123+154+186=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ABA is #846545. Grayscale: #949494. Windows color (decimal): -8676678 or 12229243. OLE color: 12229243.
HSL color Cylindrical-coordinate representation of color #7B9ABA: hue angle of 210.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B9ABA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 154 | 186 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.27 |
| HSL | 210.48º | 0.31% | 0.61% | - |
| HSV(B) | 210.48º | 0.34% | 0.73% | - |
| XYZ | 28.59 | 30.87 | 50.91 | - |
| YUV | 148.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 186 | 0.34 | 0.17 | 0 | 0.27 | 210.48 | 0.31 | 0.61 |
| Hex | 7B | 9A | BA | 22 | 11 | 0 | 1B | D2 | 1F | 3D |
| Octal | 173 | 232 | 272 | 42 | 21 | 0 | 33 | 322 | 37 | 75 |
| Binary | 1111011 | 10011010 | 10111010 | 100010 | 10001 | 0 | 11011 | 11010010 | 11111 | 111101 |
Color Harmonies of #7B9ABA
Complementary color
Monochromatic Colors of #7B9ABA
Black with #7B9ABA
Text Example
Text Example
White with #7B9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9ABA; }
p { color: rgb(123,154,186); }
H1.HeaderClassName
{
color: #7B9ABA;
}
.AnyTagClassName
{
color: #7B9ABA;
}
</style>
background-color css
<style>
a { background-color: #7B9ABA; }
a { background-color: rgb(123,154,186); }
div.DivClassName
{
background-color: #7B9ABA;
}
.BgClassName
{
background-color: #7B9ABA;
}
</style>
border-color css
<style>
span { border-color: #7B9ABA; }
span { border-color: rgb(123,154,186); }
td.TdClassName
{
border-color: #7B9ABA;
}
.TagClassName
{
border-color: #7B9ABA;
}
</style>