Shades of Bali Hai #7D9DBC
Tints of Bali Hai #7D9DBC
RGB
CMYK
RGB Variations
Color information
#7D9DBC (or 0x7D9DBC) is known color: Bali Hai. HEX triplet: 7D, 9D and BC. RGB value is (125,157,188). Sum of RGB (Red+Green+Blue) = 125+157+188=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D9DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DBC is #826243. Grayscale: #969696. Windows color (decimal): -8544836 or 12361085. OLE color: 12361085.
HSL color Cylindrical-coordinate representation of color #7D9DBC: hue angle of 209.52º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D9DBC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 157 | 188 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.26 |
| HSL | 209.52º | 0.32% | 0.61% | - |
| HSV(B) | 209.52º | 0.34% | 0.74% | - |
| XYZ | 29.59 | 32.1 | 52.21 | - |
| YUV | 150.97 | 148.9 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 188 | 0.34 | 0.16 | 0 | 0.26 | 209.52 | 0.32 | 0.61 |
| Hex | 7D | 9D | BC | 22 | 10 | 0 | 1A | D2 | 20 | 3D |
| Octal | 175 | 235 | 274 | 42 | 20 | 0 | 32 | 322 | 40 | 75 |
| Binary | 1111101 | 10011101 | 10111100 | 100010 | 10000 | 0 | 11010 | 11010010 | 100000 | 111101 |
Color Harmonies of #7D9DBC
Complementary color
Monochromatic Colors of #7D9DBC
Black with #7D9DBC
Text Example
Text Example
White with #7D9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9DBC; }
p { color: rgb(125,157,188); }
H1.HeaderClassName
{
color: #7D9DBC;
}
.AnyTagClassName
{
color: #7D9DBC;
}
</style>
background-color css
<style>
a { background-color: #7D9DBC; }
a { background-color: rgb(125,157,188); }
div.DivClassName
{
background-color: #7D9DBC;
}
.BgClassName
{
background-color: #7D9DBC;
}
</style>
border-color css
<style>
span { border-color: #7D9DBC; }
span { border-color: rgb(125,157,188); }
td.TdClassName
{
border-color: #7D9DBC;
}
.TagClassName
{
border-color: #7D9DBC;
}
</style>