Shades of Bali Hai #7A99B7
Tints of Bali Hai #7A99B7
RGB
CMYK
RGB Variations
Color information
#7A99B7 (or 0x7A99B7) is known color: Bali Hai. HEX triplet: 7A, 99 and B7. RGB value is (122,153,183). Sum of RGB (Red+Green+Blue) = 122+153+183=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A99B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99B7 is #856648. Grayscale: #939393. Windows color (decimal): -8742473 or 12032378. OLE color: 12032378.
HSL color Cylindrical-coordinate representation of color #7A99B7: hue angle of 209.51º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A99B7 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 153 | 183 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.28 |
| HSL | 209.51º | 0.3% | 0.6% | - |
| HSV(B) | 209.51º | 0.33% | 0.72% | - |
| XYZ | 27.96 | 30.34 | 49.18 | - |
| YUV | 147.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 183 | 0.33 | 0.16 | 0 | 0.28 | 209.51 | 0.3 | 0.6 |
| Hex | 7A | 99 | B7 | 21 | 10 | 0 | 1C | D2 | 1E | 3C |
| Octal | 172 | 231 | 267 | 41 | 20 | 0 | 34 | 322 | 36 | 74 |
| Binary | 1111010 | 10011001 | 10110111 | 100001 | 10000 | 0 | 11100 | 11010010 | 11110 | 111100 |
Color Harmonies of #7A99B7
Complementary color
Monochromatic Colors of #7A99B7
Black with #7A99B7
Text Example
Text Example
White with #7A99B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A99B7; }
p { color: rgb(122,153,183); }
H1.HeaderClassName
{
color: #7A99B7;
}
.AnyTagClassName
{
color: #7A99B7;
}
</style>
background-color css
<style>
a { background-color: #7A99B7; }
a { background-color: rgb(122,153,183); }
div.DivClassName
{
background-color: #7A99B7;
}
.BgClassName
{
background-color: #7A99B7;
}
</style>
border-color css
<style>
span { border-color: #7A99B7; }
span { border-color: rgb(122,153,183); }
td.TdClassName
{
border-color: #7A99B7;
}
.TagClassName
{
border-color: #7A99B7;
}
</style>