Shades of Bali Hai #7E9BB6
Tints of Bali Hai #7E9BB6
RGB
CMYK
RGB Variations
Color information
#7E9BB6 (or 0x7E9BB6) is known color: Bali Hai. HEX triplet: 7E, 9B and B6. RGB value is (126,155,182). Sum of RGB (Red+Green+Blue) = 126+155+182=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #7E9BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9BB6 is #816449. Grayscale: #959595. Windows color (decimal): -8479818 or 11967358. OLE color: 11967358.
HSL color Cylindrical-coordinate representation of color #7E9BB6: hue angle of 208.93º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E9BB6 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 155 | 182 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.29 |
| HSL | 208.93º | 0.28% | 0.6% | - |
| HSV(B) | 208.93º | 0.31% | 0.71% | - |
| XYZ | 28.77 | 31.26 | 48.77 | - |
| YUV | 149.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 182 | 0.31 | 0.15 | 0 | 0.29 | 208.93 | 0.28 | 0.6 |
| Hex | 7E | 9B | B6 | 1F | F | 0 | 1D | D1 | 1C | 3C |
| Octal | 176 | 233 | 266 | 37 | 17 | 0 | 35 | 321 | 34 | 74 |
| Binary | 1111110 | 10011011 | 10110110 | 11111 | 1111 | 0 | 11101 | 11010001 | 11100 | 111100 |
Color Harmonies of #7E9BB6
Complementary color
Monochromatic Colors of #7E9BB6
Black with #7E9BB6
Text Example
Text Example
White with #7E9BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BB6; }
p { color: rgb(126,155,182); }
H1.HeaderClassName
{
color: #7E9BB6;
}
.AnyTagClassName
{
color: #7E9BB6;
}
</style>
background-color css
<style>
a { background-color: #7E9BB6; }
a { background-color: rgb(126,155,182); }
div.DivClassName
{
background-color: #7E9BB6;
}
.BgClassName
{
background-color: #7E9BB6;
}
</style>
border-color css
<style>
span { border-color: #7E9BB6; }
span { border-color: rgb(126,155,182); }
td.TdClassName
{
border-color: #7E9BB6;
}
.TagClassName
{
border-color: #7E9BB6;
}
</style>