Shades of Bali Hai #7A98B9
Tints of Bali Hai #7A98B9
RGB
CMYK
RGB Variations
Color information
#7A98B9 (or 0x7A98B9) is known color: Bali Hai. HEX triplet: 7A, 98 and B9. RGB value is (122,152,185). Sum of RGB (Red+Green+Blue) = 122+152+185=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A98B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A98B9 is #856746. Grayscale: #929292. Windows color (decimal): -8742727 or 12163194. OLE color: 12163194.
HSL color Cylindrical-coordinate representation of color #7A98B9: hue angle of 211.43º degrees, saturation: 0.31, 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 #7A98B9 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 152 | 185 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.27 |
| HSL | 211.43º | 0.31% | 0.6% | - |
| HSV(B) | 211.43º | 0.34% | 0.73% | - |
| XYZ | 28.01 | 30.1 | 50.23 | - |
| YUV | 146.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 185 | 0.34 | 0.18 | 0 | 0.27 | 211.43 | 0.31 | 0.6 |
| Hex | 7A | 98 | B9 | 22 | 12 | 0 | 1B | D3 | 1F | 3C |
| Octal | 172 | 230 | 271 | 42 | 22 | 0 | 33 | 323 | 37 | 74 |
| Binary | 1111010 | 10011000 | 10111001 | 100010 | 10010 | 0 | 11011 | 11010011 | 11111 | 111100 |
Color Harmonies of #7A98B9
Complementary color
Monochromatic Colors of #7A98B9
Black with #7A98B9
Text Example
Text Example
White with #7A98B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A98B9; }
p { color: rgb(122,152,185); }
H1.HeaderClassName
{
color: #7A98B9;
}
.AnyTagClassName
{
color: #7A98B9;
}
</style>
background-color css
<style>
a { background-color: #7A98B9; }
a { background-color: rgb(122,152,185); }
div.DivClassName
{
background-color: #7A98B9;
}
.BgClassName
{
background-color: #7A98B9;
}
</style>
border-color css
<style>
span { border-color: #7A98B9; }
span { border-color: rgb(122,152,185); }
td.TdClassName
{
border-color: #7A98B9;
}
.TagClassName
{
border-color: #7A98B9;
}
</style>