Shades of Bali Hai #7DA1BA
Tints of Bali Hai #7DA1BA
RGB
CMYK
RGB Variations
Color information
#7DA1BA (or 0x7DA1BA) is known color: Bali Hai. HEX triplet: 7D, A1 and BA. RGB value is (125,161,186). Sum of RGB (Red+Green+Blue) = 125+161+186=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DA1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA1BA is #825E45. Grayscale: #989898. Windows color (decimal): -8543814 or 12231037. OLE color: 12231037.
HSL color Cylindrical-coordinate representation of color #7DA1BA: hue angle of 204.59º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DA1BA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 161 | 186 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.27 |
| HSL | 204.59º | 0.31% | 0.61% | - |
| HSV(B) | 204.59º | 0.33% | 0.73% | - |
| XYZ | 30.07 | 33.39 | 51.32 | - |
| YUV | 153.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 186 | 0.33 | 0.13 | 0 | 0.27 | 204.59 | 0.31 | 0.61 |
| Hex | 7D | A1 | BA | 21 | D | 0 | 1B | CD | 1F | 3D |
| Octal | 175 | 241 | 272 | 41 | 15 | 0 | 33 | 315 | 37 | 75 |
| Binary | 1111101 | 10100001 | 10111010 | 100001 | 1101 | 0 | 11011 | 11001101 | 11111 | 111101 |
Color Harmonies of #7DA1BA
Complementary color
Monochromatic Colors of #7DA1BA
Black with #7DA1BA
Text Example
Text Example
White with #7DA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA1BA; }
p { color: rgb(125,161,186); }
H1.HeaderClassName
{
color: #7DA1BA;
}
.AnyTagClassName
{
color: #7DA1BA;
}
</style>
background-color css
<style>
a { background-color: #7DA1BA; }
a { background-color: rgb(125,161,186); }
div.DivClassName
{
background-color: #7DA1BA;
}
.BgClassName
{
background-color: #7DA1BA;
}
</style>
border-color css
<style>
span { border-color: #7DA1BA; }
span { border-color: rgb(125,161,186); }
td.TdClassName
{
border-color: #7DA1BA;
}
.TagClassName
{
border-color: #7DA1BA;
}
</style>