Shades of Bali Hai #7E9FBA
Tints of Bali Hai #7E9FBA
RGB
CMYK
RGB Variations
Color information
#7E9FBA (or 0x7E9FBA) is known color: Bali Hai. HEX triplet: 7E, 9F and BA. RGB value is (126,159,186). Sum of RGB (Red+Green+Blue) = 126+159+186=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E9FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FBA is #816045. Grayscale: #989898. Windows color (decimal): -8478790 or 12230526. OLE color: 12230526.
HSL color Cylindrical-coordinate representation of color #7E9FBA: hue angle of 207º 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 #7E9FBA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 159 | 186 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.27 |
| HSL | 207º | 0.3% | 0.61% | - |
| HSV(B) | 207º | 0.32% | 0.73% | - |
| XYZ | 29.87 | 32.78 | 51.21 | - |
| YUV | 152.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 186 | 0.32 | 0.15 | 0 | 0.27 | 207 | 0.3 | 0.61 |
| Hex | 7E | 9F | BA | 20 | F | 0 | 1B | CF | 1E | 3D |
| Octal | 176 | 237 | 272 | 40 | 17 | 0 | 33 | 317 | 36 | 75 |
| Binary | 1111110 | 10011111 | 10111010 | 100000 | 1111 | 0 | 11011 | 11001111 | 11110 | 111101 |
Color Harmonies of #7E9FBA
Complementary color
Monochromatic Colors of #7E9FBA
Black with #7E9FBA
Text Example
Text Example
White with #7E9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9FBA; }
p { color: rgb(126,159,186); }
H1.HeaderClassName
{
color: #7E9FBA;
}
.AnyTagClassName
{
color: #7E9FBA;
}
</style>
background-color css
<style>
a { background-color: #7E9FBA; }
a { background-color: rgb(126,159,186); }
div.DivClassName
{
background-color: #7E9FBA;
}
.BgClassName
{
background-color: #7E9FBA;
}
</style>
border-color css
<style>
span { border-color: #7E9FBA; }
span { border-color: rgb(126,159,186); }
td.TdClassName
{
border-color: #7E9FBA;
}
.TagClassName
{
border-color: #7E9FBA;
}
</style>