Shades of Bali Hai #7A9DBB
Tints of Bali Hai #7A9DBB
RGB
CMYK
RGB Variations
Color information
#7A9DBB (or 0x7A9DBB) is known color: Bali Hai. HEX triplet: 7A, 9D and BB. RGB value is (122,157,187). Sum of RGB (Red+Green+Blue) = 122+157+187=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A9DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DBB is #856244. Grayscale: #959595. Windows color (decimal): -8741445 or 12295546. OLE color: 12295546.
HSL color Cylindrical-coordinate representation of color #7A9DBB: hue angle of 207.69º 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 #7A9DBB is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 157 | 187 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.27 |
| HSL | 207.69º | 0.32% | 0.61% | - |
| HSV(B) | 207.69º | 0.35% | 0.73% | - |
| XYZ | 29.05 | 31.84 | 51.63 | - |
| YUV | 149.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 187 | 0.35 | 0.16 | 0 | 0.27 | 207.69 | 0.32 | 0.61 |
| Hex | 7A | 9D | BB | 23 | 10 | 0 | 1B | D0 | 20 | 3D |
| Octal | 172 | 235 | 273 | 43 | 20 | 0 | 33 | 320 | 40 | 75 |
| Binary | 1111010 | 10011101 | 10111011 | 100011 | 10000 | 0 | 11011 | 11010000 | 100000 | 111101 |
Color Harmonies of #7A9DBB
Complementary color
Monochromatic Colors of #7A9DBB
Black with #7A9DBB
Text Example
Text Example
White with #7A9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9DBB; }
p { color: rgb(122,157,187); }
H1.HeaderClassName
{
color: #7A9DBB;
}
.AnyTagClassName
{
color: #7A9DBB;
}
</style>
background-color css
<style>
a { background-color: #7A9DBB; }
a { background-color: rgb(122,157,187); }
div.DivClassName
{
background-color: #7A9DBB;
}
.BgClassName
{
background-color: #7A9DBB;
}
</style>
border-color css
<style>
span { border-color: #7A9DBB; }
span { border-color: rgb(122,157,187); }
td.TdClassName
{
border-color: #7A9DBB;
}
.TagClassName
{
border-color: #7A9DBB;
}
</style>