Shades of Bali Hai #7E9BB0
Tints of Bali Hai #7E9BB0
RGB
CMYK
RGB Variations
Color information
#7E9BB0 (or 0x7E9BB0) is known color: Bali Hai. HEX triplet: 7E, 9B and B0. RGB value is (126,155,176). Sum of RGB (Red+Green+Blue) = 126+155+176=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E9BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9BB0 is #81644F. Grayscale: #949494. Windows color (decimal): -8479824 or 11574142. OLE color: 11574142.
HSL color Cylindrical-coordinate representation of color #7E9BB0: hue angle of 205.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E9BB0 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 155 | 176 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.31 |
| HSL | 205.2º | 0.24% | 0.59% | - |
| HSV(B) | 205.2º | 0.28% | 0.69% | - |
| XYZ | 28.16 | 31.01 | 45.58 | - |
| YUV | 148.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 176 | 0.28 | 0.12 | 0 | 0.31 | 205.2 | 0.24 | 0.59 |
| Hex | 7E | 9B | B0 | 1C | C | 0 | 1F | CD | 18 | 3B |
| Octal | 176 | 233 | 260 | 34 | 14 | 0 | 37 | 315 | 30 | 73 |
| Binary | 1111110 | 10011011 | 10110000 | 11100 | 1100 | 0 | 11111 | 11001101 | 11000 | 111011 |
Color Harmonies of #7E9BB0
Complementary color
Monochromatic Colors of #7E9BB0
Black with #7E9BB0
Text Example
Text Example
White with #7E9BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BB0; }
p { color: rgb(126,155,176); }
H1.HeaderClassName
{
color: #7E9BB0;
}
.AnyTagClassName
{
color: #7E9BB0;
}
</style>
background-color css
<style>
a { background-color: #7E9BB0; }
a { background-color: rgb(126,155,176); }
div.DivClassName
{
background-color: #7E9BB0;
}
.BgClassName
{
background-color: #7E9BB0;
}
</style>
border-color css
<style>
span { border-color: #7E9BB0; }
span { border-color: rgb(126,155,176); }
td.TdClassName
{
border-color: #7E9BB0;
}
.TagClassName
{
border-color: #7E9BB0;
}
</style>