Shades of Wild Blue Yonder #7E88BA
Tints of Wild Blue Yonder #7E88BA
RGB
CMYK
RGB Variations
Color information
#7E88BA (or 0x7E88BA) is known color: Wild Blue Yonder. HEX triplet: 7E, 88 and BA. RGB value is (126,136,186). Sum of RGB (Red+Green+Blue) = 126+136+186=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E88BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E88BA is #817745. Grayscale: #8A8A8A. Windows color (decimal): -8484678 or 12224638. OLE color: 12224638.
HSL color Cylindrical-coordinate representation of color #7E88BA: hue angle of 230º 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 #7E88BA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 136 | 186 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.27 |
| HSL | 230º | 0.3% | 0.61% | - |
| HSV(B) | 230º | 0.32% | 0.73% | - |
| XYZ | 26.27 | 25.59 | 50.01 | - |
| YUV | 138.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 186 | 0.32 | 0.27 | 0 | 0.27 | 230 | 0.3 | 0.61 |
| Hex | 7E | 88 | BA | 20 | 1B | 0 | 1B | E6 | 1E | 3D |
| Octal | 176 | 210 | 272 | 40 | 33 | 0 | 33 | 346 | 36 | 75 |
| Binary | 1111110 | 10001000 | 10111010 | 100000 | 11011 | 0 | 11011 | 11100110 | 11110 | 111101 |
Color Harmonies of #7E88BA
Complementary color
Monochromatic Colors of #7E88BA
Black with #7E88BA
Text Example
Text Example
White with #7E88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E88BA; }
p { color: rgb(126,136,186); }
H1.HeaderClassName
{
color: #7E88BA;
}
.AnyTagClassName
{
color: #7E88BA;
}
</style>
background-color css
<style>
a { background-color: #7E88BA; }
a { background-color: rgb(126,136,186); }
div.DivClassName
{
background-color: #7E88BA;
}
.BgClassName
{
background-color: #7E88BA;
}
</style>
border-color css
<style>
span { border-color: #7E88BA; }
span { border-color: rgb(126,136,186); }
td.TdClassName
{
border-color: #7E88BA;
}
.TagClassName
{
border-color: #7E88BA;
}
</style>