Shades of Bali Hai #7D9EBA
Tints of Bali Hai #7D9EBA
RGB
CMYK
RGB Variations
Color information
#7D9EBA (or 0x7D9EBA) is known color: Bali Hai. HEX triplet: 7D, 9E and BA. RGB value is (125,158,186). Sum of RGB (Red+Green+Blue) = 125+158+186=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D9EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9EBA is #826145. Grayscale: #979797. Windows color (decimal): -8544582 or 12230269. OLE color: 12230269.
HSL color Cylindrical-coordinate representation of color #7D9EBA: hue angle of 207.54º 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 #7D9EBA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 158 | 186 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.27 |
| HSL | 207.54º | 0.31% | 0.61% | - |
| HSV(B) | 207.54º | 0.33% | 0.73% | - |
| XYZ | 29.55 | 32.36 | 51.14 | - |
| YUV | 151.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 186 | 0.33 | 0.15 | 0 | 0.27 | 207.54 | 0.31 | 0.61 |
| Hex | 7D | 9E | BA | 21 | F | 0 | 1B | D0 | 1F | 3D |
| Octal | 175 | 236 | 272 | 41 | 17 | 0 | 33 | 320 | 37 | 75 |
| Binary | 1111101 | 10011110 | 10111010 | 100001 | 1111 | 0 | 11011 | 11010000 | 11111 | 111101 |
Color Harmonies of #7D9EBA
Complementary color
Monochromatic Colors of #7D9EBA
Black with #7D9EBA
Text Example
Text Example
White with #7D9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9EBA; }
p { color: rgb(125,158,186); }
H1.HeaderClassName
{
color: #7D9EBA;
}
.AnyTagClassName
{
color: #7D9EBA;
}
</style>
background-color css
<style>
a { background-color: #7D9EBA; }
a { background-color: rgb(125,158,186); }
div.DivClassName
{
background-color: #7D9EBA;
}
.BgClassName
{
background-color: #7D9EBA;
}
</style>
border-color css
<style>
span { border-color: #7D9EBA; }
span { border-color: rgb(125,158,186); }
td.TdClassName
{
border-color: #7D9EBA;
}
.TagClassName
{
border-color: #7D9EBA;
}
</style>