Shades of Bali Hai #7A9ABB
Tints of Bali Hai #7A9ABB
RGB
CMYK
RGB Variations
Color information
#7A9ABB (or 0x7A9ABB) is known color: Bali Hai. HEX triplet: 7A, 9A and BB. RGB value is (122,154,187). Sum of RGB (Red+Green+Blue) = 122+154+187=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A9ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ABB is #856544. Grayscale: #949494. Windows color (decimal): -8742213 or 12294778. OLE color: 12294778.
HSL color Cylindrical-coordinate representation of color #7A9ABB: hue angle of 210.46º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A9ABB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 154 | 187 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.27 |
| HSL | 210.46º | 0.32% | 0.61% | - |
| HSV(B) | 210.46º | 0.35% | 0.73% | - |
| XYZ | 28.55 | 30.84 | 51.46 | - |
| YUV | 148.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 187 | 0.35 | 0.18 | 0 | 0.27 | 210.46 | 0.32 | 0.61 |
| Hex | 7A | 9A | BB | 23 | 12 | 0 | 1B | D2 | 20 | 3D |
| Octal | 172 | 232 | 273 | 43 | 22 | 0 | 33 | 322 | 40 | 75 |
| Binary | 1111010 | 10011010 | 10111011 | 100011 | 10010 | 0 | 11011 | 11010010 | 100000 | 111101 |
Color Harmonies of #7A9ABB
Complementary color
Monochromatic Colors of #7A9ABB
Black with #7A9ABB
Text Example
Text Example
White with #7A9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9ABB; }
p { color: rgb(122,154,187); }
H1.HeaderClassName
{
color: #7A9ABB;
}
.AnyTagClassName
{
color: #7A9ABB;
}
</style>
background-color css
<style>
a { background-color: #7A9ABB; }
a { background-color: rgb(122,154,187); }
div.DivClassName
{
background-color: #7A9ABB;
}
.BgClassName
{
background-color: #7A9ABB;
}
</style>
border-color css
<style>
span { border-color: #7A9ABB; }
span { border-color: rgb(122,154,187); }
td.TdClassName
{
border-color: #7A9ABB;
}
.TagClassName
{
border-color: #7A9ABB;
}
</style>