Shades of Bali Hai #7A9DB6
Tints of Bali Hai #7A9DB6
RGB
CMYK
RGB Variations
Color information
#7A9DB6 (or 0x7A9DB6) is known color: Bali Hai. HEX triplet: 7A, 9D and B6. RGB value is (122,157,182). Sum of RGB (Red+Green+Blue) = 122+157+182=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A9DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DB6 is #856249. Grayscale: #959595. Windows color (decimal): -8741450 or 11967866. OLE color: 11967866.
HSL color Cylindrical-coordinate representation of color #7A9DB6: hue angle of 205º 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 #7A9DB6 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 157 | 182 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.29 |
| HSL | 205º | 0.29% | 0.6% | - |
| HSV(B) | 205º | 0.33% | 0.71% | - |
| XYZ | 28.53 | 31.63 | 48.86 | - |
| YUV | 149.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 182 | 0.33 | 0.14 | 0 | 0.29 | 205 | 0.29 | 0.6 |
| Hex | 7A | 9D | B6 | 21 | E | 0 | 1D | CD | 1D | 3C |
| Octal | 172 | 235 | 266 | 41 | 16 | 0 | 35 | 315 | 35 | 74 |
| Binary | 1111010 | 10011101 | 10110110 | 100001 | 1110 | 0 | 11101 | 11001101 | 11101 | 111100 |
Color Harmonies of #7A9DB6
Complementary color
Monochromatic Colors of #7A9DB6
Black with #7A9DB6
Text Example
Text Example
White with #7A9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9DB6; }
p { color: rgb(122,157,182); }
H1.HeaderClassName
{
color: #7A9DB6;
}
.AnyTagClassName
{
color: #7A9DB6;
}
</style>
background-color css
<style>
a { background-color: #7A9DB6; }
a { background-color: rgb(122,157,182); }
div.DivClassName
{
background-color: #7A9DB6;
}
.BgClassName
{
background-color: #7A9DB6;
}
</style>
border-color css
<style>
span { border-color: #7A9DB6; }
span { border-color: rgb(122,157,182); }
td.TdClassName
{
border-color: #7A9DB6;
}
.TagClassName
{
border-color: #7A9DB6;
}
</style>