Shades of Bali Hai #7AA0B7
Tints of Bali Hai #7AA0B7
RGB
CMYK
RGB Variations
Color information
#7AA0B7 (or 0x7AA0B7) is known color: Bali Hai. HEX triplet: 7A, A0 and B7. RGB value is (122,160,183). Sum of RGB (Red+Green+Blue) = 122+160+183=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #7AA0B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0B7 is #855F48. Grayscale: #979797. Windows color (decimal): -8740681 or 12034170. OLE color: 12034170.
HSL color Cylindrical-coordinate representation of color #7AA0B7: hue angle of 202.62º 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 #7AA0B7 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 160 | 183 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.28 |
| HSL | 202.62º | 0.3% | 0.6% | - |
| HSV(B) | 202.62º | 0.33% | 0.72% | - |
| XYZ | 29.14 | 32.7 | 49.58 | - |
| YUV | 151.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 183 | 0.33 | 0.13 | 0 | 0.28 | 202.62 | 0.3 | 0.6 |
| Hex | 7A | A0 | B7 | 21 | D | 0 | 1C | CB | 1E | 3C |
| Octal | 172 | 240 | 267 | 41 | 15 | 0 | 34 | 313 | 36 | 74 |
| Binary | 1111010 | 10100000 | 10110111 | 100001 | 1101 | 0 | 11100 | 11001011 | 11110 | 111100 |
Color Harmonies of #7AA0B7
Complementary color
Monochromatic Colors of #7AA0B7
Black with #7AA0B7
Text Example
Text Example
White with #7AA0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA0B7; }
p { color: rgb(122,160,183); }
H1.HeaderClassName
{
color: #7AA0B7;
}
.AnyTagClassName
{
color: #7AA0B7;
}
</style>
background-color css
<style>
a { background-color: #7AA0B7; }
a { background-color: rgb(122,160,183); }
div.DivClassName
{
background-color: #7AA0B7;
}
.BgClassName
{
background-color: #7AA0B7;
}
</style>
border-color css
<style>
span { border-color: #7AA0B7; }
span { border-color: rgb(122,160,183); }
td.TdClassName
{
border-color: #7AA0B7;
}
.TagClassName
{
border-color: #7AA0B7;
}
</style>