Shades of Wild Blue Yonder #7E88BD
Tints of Wild Blue Yonder #7E88BD
RGB
CMYK
RGB Variations
Color information
#7E88BD (or 0x7E88BD) is known color: Wild Blue Yonder. HEX triplet: 7E, 88 and BD. RGB value is (126,136,189). Sum of RGB (Red+Green+Blue) = 126+136+189=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E88BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E88BD is #817742. Grayscale: #8A8A8A. Windows color (decimal): -8484675 or 12421246. OLE color: 12421246.
HSL color Cylindrical-coordinate representation of color #7E88BD: hue angle of 230.48º 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 #7E88BD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 136 | 189 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.26 |
| HSL | 230.48º | 0.32% | 0.62% | - |
| HSV(B) | 230.48º | 0.33% | 0.74% | - |
| XYZ | 26.59 | 25.72 | 51.71 | - |
| YUV | 139.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 189 | 0.33 | 0.28 | 0 | 0.26 | 230.48 | 0.32 | 0.62 |
| Hex | 7E | 88 | BD | 21 | 1C | 0 | 1A | E6 | 20 | 3E |
| Octal | 176 | 210 | 275 | 41 | 34 | 0 | 32 | 346 | 40 | 76 |
| Binary | 1111110 | 10001000 | 10111101 | 100001 | 11100 | 0 | 11010 | 11100110 | 100000 | 111110 |
Color Harmonies of #7E88BD
Complementary color
Monochromatic Colors of #7E88BD
Black with #7E88BD
Text Example
Text Example
White with #7E88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E88BD; }
p { color: rgb(126,136,189); }
H1.HeaderClassName
{
color: #7E88BD;
}
.AnyTagClassName
{
color: #7E88BD;
}
</style>
background-color css
<style>
a { background-color: #7E88BD; }
a { background-color: rgb(126,136,189); }
div.DivClassName
{
background-color: #7E88BD;
}
.BgClassName
{
background-color: #7E88BD;
}
</style>
border-color css
<style>
span { border-color: #7E88BD; }
span { border-color: rgb(126,136,189); }
td.TdClassName
{
border-color: #7E88BD;
}
.TagClassName
{
border-color: #7E88BD;
}
</style>