Shades of Bali Hai #7EA2BC
Tints of Bali Hai #7EA2BC
RGB
CMYK
RGB Variations
Color information
#7EA2BC (or 0x7EA2BC) is known color: Bali Hai. HEX triplet: 7E, A2 and BC. RGB value is (126,162,188). Sum of RGB (Red+Green+Blue) = 126+162+188=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA2BC is #815D43. Grayscale: #9A9A9A. Windows color (decimal): -8478020 or 12362366. OLE color: 12362366.
HSL color Cylindrical-coordinate representation of color #7EA2BC: hue angle of 205.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA2BC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 162 | 188 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.26 |
| HSL | 205.16º | 0.32% | 0.62% | - |
| HSV(B) | 205.16º | 0.33% | 0.74% | - |
| XYZ | 30.6 | 33.91 | 52.51 | - |
| YUV | 154.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 188 | 0.33 | 0.14 | 0 | 0.26 | 205.16 | 0.32 | 0.62 |
| Hex | 7E | A2 | BC | 21 | E | 0 | 1A | CD | 20 | 3E |
| Octal | 176 | 242 | 274 | 41 | 16 | 0 | 32 | 315 | 40 | 76 |
| Binary | 1111110 | 10100010 | 10111100 | 100001 | 1110 | 0 | 11010 | 11001101 | 100000 | 111110 |
Color Harmonies of #7EA2BC
Complementary color
Monochromatic Colors of #7EA2BC
Black with #7EA2BC
Text Example
Text Example
White with #7EA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA2BC; }
p { color: rgb(126,162,188); }
H1.HeaderClassName
{
color: #7EA2BC;
}
.AnyTagClassName
{
color: #7EA2BC;
}
</style>
background-color css
<style>
a { background-color: #7EA2BC; }
a { background-color: rgb(126,162,188); }
div.DivClassName
{
background-color: #7EA2BC;
}
.BgClassName
{
background-color: #7EA2BC;
}
</style>
border-color css
<style>
span { border-color: #7EA2BC; }
span { border-color: rgb(126,162,188); }
td.TdClassName
{
border-color: #7EA2BC;
}
.TagClassName
{
border-color: #7EA2BC;
}
</style>