Shades of Bali Hai #7A9FB6
Tints of Bali Hai #7A9FB6
RGB
CMYK
RGB Variations
Color information
#7A9FB6 (or 0x7A9FB6) is known color: Bali Hai. HEX triplet: 7A, 9F and B6. RGB value is (122,159,182). Sum of RGB (Red+Green+Blue) = 122+159+182=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A9FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FB6 is #856049. Grayscale: #969696. Windows color (decimal): -8740938 or 11968378. OLE color: 11968378.
HSL color Cylindrical-coordinate representation of color #7A9FB6: hue angle of 203º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A9FB6 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 159 | 182 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.29 |
| HSL | 203º | 0.29% | 0.6% | - |
| HSV(B) | 203º | 0.33% | 0.71% | - |
| XYZ | 28.87 | 32.31 | 48.97 | - |
| YUV | 150.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 182 | 0.33 | 0.13 | 0 | 0.29 | 203 | 0.29 | 0.6 |
| Hex | 7A | 9F | B6 | 21 | D | 0 | 1D | CB | 1D | 3C |
| Octal | 172 | 237 | 266 | 41 | 15 | 0 | 35 | 313 | 35 | 74 |
| Binary | 1111010 | 10011111 | 10110110 | 100001 | 1101 | 0 | 11101 | 11001011 | 11101 | 111100 |
Color Harmonies of #7A9FB6
Complementary color
Monochromatic Colors of #7A9FB6
Black with #7A9FB6
Text Example
Text Example
White with #7A9FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FB6; }
p { color: rgb(122,159,182); }
H1.HeaderClassName
{
color: #7A9FB6;
}
.AnyTagClassName
{
color: #7A9FB6;
}
</style>
background-color css
<style>
a { background-color: #7A9FB6; }
a { background-color: rgb(122,159,182); }
div.DivClassName
{
background-color: #7A9FB6;
}
.BgClassName
{
background-color: #7A9FB6;
}
</style>
border-color css
<style>
span { border-color: #7A9FB6; }
span { border-color: rgb(122,159,182); }
td.TdClassName
{
border-color: #7A9FB6;
}
.TagClassName
{
border-color: #7A9FB6;
}
</style>