Shades of Bali Hai #7AA1B7
Tints of Bali Hai #7AA1B7
RGB
CMYK
RGB Variations
Color information
#7AA1B7 (or 0x7AA1B7) is known color: Bali Hai. HEX triplet: 7A, A1 and B7. RGB value is (122,161,183). Sum of RGB (Red+Green+Blue) = 122+161+183=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #7AA1B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA1B7 is #855E48. Grayscale: #979797. Windows color (decimal): -8740425 or 12034426. OLE color: 12034426.
HSL color Cylindrical-coordinate representation of color #7AA1B7: hue angle of 201.64º 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 #7AA1B7 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 161 | 183 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.28 |
| HSL | 201.64º | 0.3% | 0.6% | - |
| HSV(B) | 201.64º | 0.33% | 0.72% | - |
| XYZ | 29.32 | 33.05 | 49.63 | - |
| YUV | 151.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 183 | 0.33 | 0.12 | 0 | 0.28 | 201.64 | 0.3 | 0.6 |
| Hex | 7A | A1 | B7 | 21 | C | 0 | 1C | CA | 1E | 3C |
| Octal | 172 | 241 | 267 | 41 | 14 | 0 | 34 | 312 | 36 | 74 |
| Binary | 1111010 | 10100001 | 10110111 | 100001 | 1100 | 0 | 11100 | 11001010 | 11110 | 111100 |
Color Harmonies of #7AA1B7
Complementary color
Monochromatic Colors of #7AA1B7
Black with #7AA1B7
Text Example
Text Example
White with #7AA1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA1B7; }
p { color: rgb(122,161,183); }
H1.HeaderClassName
{
color: #7AA1B7;
}
.AnyTagClassName
{
color: #7AA1B7;
}
</style>
background-color css
<style>
a { background-color: #7AA1B7; }
a { background-color: rgb(122,161,183); }
div.DivClassName
{
background-color: #7AA1B7;
}
.BgClassName
{
background-color: #7AA1B7;
}
</style>
border-color css
<style>
span { border-color: #7AA1B7; }
span { border-color: rgb(122,161,183); }
td.TdClassName
{
border-color: #7AA1B7;
}
.TagClassName
{
border-color: #7AA1B7;
}
</style>