Shades of Bali Hai #7DA2BA
Tints of Bali Hai #7DA2BA
RGB
CMYK
RGB Variations
Color information
#7DA2BA (or 0x7DA2BA) is known color: Bali Hai. HEX triplet: 7D, A2 and BA. RGB value is (125,162,186). Sum of RGB (Red+Green+Blue) = 125+162+186=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DA2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2BA is #825D45. Grayscale: #999999. Windows color (decimal): -8543558 or 12231293. OLE color: 12231293.
HSL color Cylindrical-coordinate representation of color #7DA2BA: hue angle of 203.61º 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 #7DA2BA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 162 | 186 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.27 |
| HSL | 203.61º | 0.31% | 0.61% | - |
| HSV(B) | 203.61º | 0.33% | 0.73% | - |
| XYZ | 30.24 | 33.75 | 51.37 | - |
| YUV | 153.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 186 | 0.33 | 0.13 | 0 | 0.27 | 203.61 | 0.31 | 0.61 |
| Hex | 7D | A2 | BA | 21 | D | 0 | 1B | CC | 1F | 3D |
| Octal | 175 | 242 | 272 | 41 | 15 | 0 | 33 | 314 | 37 | 75 |
| Binary | 1111101 | 10100010 | 10111010 | 100001 | 1101 | 0 | 11011 | 11001100 | 11111 | 111101 |
Color Harmonies of #7DA2BA
Complementary color
Monochromatic Colors of #7DA2BA
Black with #7DA2BA
Text Example
Text Example
White with #7DA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA2BA; }
p { color: rgb(125,162,186); }
H1.HeaderClassName
{
color: #7DA2BA;
}
.AnyTagClassName
{
color: #7DA2BA;
}
</style>
background-color css
<style>
a { background-color: #7DA2BA; }
a { background-color: rgb(125,162,186); }
div.DivClassName
{
background-color: #7DA2BA;
}
.BgClassName
{
background-color: #7DA2BA;
}
</style>
border-color css
<style>
span { border-color: #7DA2BA; }
span { border-color: rgb(125,162,186); }
td.TdClassName
{
border-color: #7DA2BA;
}
.TagClassName
{
border-color: #7DA2BA;
}
</style>