Shades of Bali Hai #7E9BBA
Tints of Bali Hai #7E9BBA
RGB
CMYK
RGB Variations
Color information
#7E9BBA (or 0x7E9BBA) is known color: Bali Hai. HEX triplet: 7E, 9B and BA. RGB value is (126,155,186). Sum of RGB (Red+Green+Blue) = 126+155+186=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E9BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9BBA is #816445. Grayscale: #959595. Windows color (decimal): -8479814 or 12229502. OLE color: 12229502.
HSL color Cylindrical-coordinate representation of color #7E9BBA: hue angle of 211º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E9BBA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 155 | 186 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.27 |
| HSL | 211º | 0.3% | 0.61% | - |
| HSV(B) | 211º | 0.32% | 0.73% | - |
| XYZ | 29.19 | 31.42 | 50.98 | - |
| YUV | 149.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 186 | 0.32 | 0.17 | 0 | 0.27 | 211 | 0.3 | 0.61 |
| Hex | 7E | 9B | BA | 20 | 11 | 0 | 1B | D3 | 1E | 3D |
| Octal | 176 | 233 | 272 | 40 | 21 | 0 | 33 | 323 | 36 | 75 |
| Binary | 1111110 | 10011011 | 10111010 | 100000 | 10001 | 0 | 11011 | 11010011 | 11110 | 111101 |
Color Harmonies of #7E9BBA
Complementary color
Monochromatic Colors of #7E9BBA
Black with #7E9BBA
Text Example
Text Example
White with #7E9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BBA; }
p { color: rgb(126,155,186); }
H1.HeaderClassName
{
color: #7E9BBA;
}
.AnyTagClassName
{
color: #7E9BBA;
}
</style>
background-color css
<style>
a { background-color: #7E9BBA; }
a { background-color: rgb(126,155,186); }
div.DivClassName
{
background-color: #7E9BBA;
}
.BgClassName
{
background-color: #7E9BBA;
}
</style>
border-color css
<style>
span { border-color: #7E9BBA; }
span { border-color: rgb(126,155,186); }
td.TdClassName
{
border-color: #7E9BBA;
}
.TagClassName
{
border-color: #7E9BBA;
}
</style>