Shades of Bali Hai #7DA0BB
Tints of Bali Hai #7DA0BB
RGB
CMYK
RGB Variations
Color information
#7DA0BB (or 0x7DA0BB) is known color: Bali Hai. HEX triplet: 7D, A0 and BB. RGB value is (125,160,187). Sum of RGB (Red+Green+Blue) = 125+160+187=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DA0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA0BB is #825F44. Grayscale: #989898. Windows color (decimal): -8544069 or 12296317. OLE color: 12296317.
HSL color Cylindrical-coordinate representation of color #7DA0BB: hue angle of 206.13º 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 #7DA0BB is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 160 | 187 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.27 |
| HSL | 206.13º | 0.31% | 0.61% | - |
| HSV(B) | 206.13º | 0.33% | 0.73% | - |
| XYZ | 30 | 33.09 | 51.82 | - |
| YUV | 152.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 187 | 0.33 | 0.14 | 0 | 0.27 | 206.13 | 0.31 | 0.61 |
| Hex | 7D | A0 | BB | 21 | E | 0 | 1B | CE | 1F | 3D |
| Octal | 175 | 240 | 273 | 41 | 16 | 0 | 33 | 316 | 37 | 75 |
| Binary | 1111101 | 10100000 | 10111011 | 100001 | 1110 | 0 | 11011 | 11001110 | 11111 | 111101 |
Color Harmonies of #7DA0BB
Complementary color
Monochromatic Colors of #7DA0BB
Black with #7DA0BB
Text Example
Text Example
White with #7DA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA0BB; }
p { color: rgb(125,160,187); }
H1.HeaderClassName
{
color: #7DA0BB;
}
.AnyTagClassName
{
color: #7DA0BB;
}
</style>
background-color css
<style>
a { background-color: #7DA0BB; }
a { background-color: rgb(125,160,187); }
div.DivClassName
{
background-color: #7DA0BB;
}
.BgClassName
{
background-color: #7DA0BB;
}
</style>
border-color css
<style>
span { border-color: #7DA0BB; }
span { border-color: rgb(125,160,187); }
td.TdClassName
{
border-color: #7DA0BB;
}
.TagClassName
{
border-color: #7DA0BB;
}
</style>