Shades of Bali Hai #7E9EBA
Tints of Bali Hai #7E9EBA
RGB
CMYK
RGB Variations
Color information
#7E9EBA (or 0x7E9EBA) is known color: Bali Hai. HEX triplet: 7E, 9E and BA. RGB value is (126,158,186). Sum of RGB (Red+Green+Blue) = 126+158+186=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E9EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9EBA is #816145. Grayscale: #979797. Windows color (decimal): -8479046 or 12230270. OLE color: 12230270.
HSL color Cylindrical-coordinate representation of color #7E9EBA: hue angle of 208º 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 #7E9EBA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 158 | 186 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.27 |
| HSL | 208º | 0.3% | 0.61% | - |
| HSV(B) | 208º | 0.32% | 0.73% | - |
| XYZ | 29.69 | 32.43 | 51.15 | - |
| YUV | 151.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 186 | 0.32 | 0.15 | 0 | 0.27 | 208 | 0.3 | 0.61 |
| Hex | 7E | 9E | BA | 20 | F | 0 | 1B | D0 | 1E | 3D |
| Octal | 176 | 236 | 272 | 40 | 17 | 0 | 33 | 320 | 36 | 75 |
| Binary | 1111110 | 10011110 | 10111010 | 100000 | 1111 | 0 | 11011 | 11010000 | 11110 | 111101 |
Color Harmonies of #7E9EBA
Complementary color
Monochromatic Colors of #7E9EBA
Black with #7E9EBA
Text Example
Text Example
White with #7E9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9EBA; }
p { color: rgb(126,158,186); }
H1.HeaderClassName
{
color: #7E9EBA;
}
.AnyTagClassName
{
color: #7E9EBA;
}
</style>
background-color css
<style>
a { background-color: #7E9EBA; }
a { background-color: rgb(126,158,186); }
div.DivClassName
{
background-color: #7E9EBA;
}
.BgClassName
{
background-color: #7E9EBA;
}
</style>
border-color css
<style>
span { border-color: #7E9EBA; }
span { border-color: rgb(126,158,186); }
td.TdClassName
{
border-color: #7E9EBA;
}
.TagClassName
{
border-color: #7E9EBA;
}
</style>