Shades of Bali Hai #7B9ABB
Tints of Bali Hai #7B9ABB
RGB
CMYK
RGB Variations
Color information
#7B9ABB (or 0x7B9ABB) is known color: Bali Hai. HEX triplet: 7B, 9A and BB. RGB value is (123,154,187). Sum of RGB (Red+Green+Blue) = 123+154+187=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B9ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ABB is #846544. Grayscale: #949494. Windows color (decimal): -8676677 or 12294779. OLE color: 12294779.
HSL color Cylindrical-coordinate representation of color #7B9ABB: hue angle of 210.94º degrees, saturation: 0.32, 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 #7B9ABB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 154 | 187 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.27 |
| HSL | 210.94º | 0.32% | 0.61% | - |
| HSV(B) | 210.94º | 0.34% | 0.73% | - |
| XYZ | 28.69 | 30.91 | 51.47 | - |
| YUV | 148.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 187 | 0.34 | 0.18 | 0 | 0.27 | 210.94 | 0.32 | 0.61 |
| Hex | 7B | 9A | BB | 22 | 12 | 0 | 1B | D3 | 20 | 3D |
| Octal | 173 | 232 | 273 | 42 | 22 | 0 | 33 | 323 | 40 | 75 |
| Binary | 1111011 | 10011010 | 10111011 | 100010 | 10010 | 0 | 11011 | 11010011 | 100000 | 111101 |
Color Harmonies of #7B9ABB
Complementary color
Monochromatic Colors of #7B9ABB
Black with #7B9ABB
Text Example
Text Example
White with #7B9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9ABB; }
p { color: rgb(123,154,187); }
H1.HeaderClassName
{
color: #7B9ABB;
}
.AnyTagClassName
{
color: #7B9ABB;
}
</style>
background-color css
<style>
a { background-color: #7B9ABB; }
a { background-color: rgb(123,154,187); }
div.DivClassName
{
background-color: #7B9ABB;
}
.BgClassName
{
background-color: #7B9ABB;
}
</style>
border-color css
<style>
span { border-color: #7B9ABB; }
span { border-color: rgb(123,154,187); }
td.TdClassName
{
border-color: #7B9ABB;
}
.TagClassName
{
border-color: #7B9ABB;
}
</style>