Shades of Wild Blue Yonder #7E8FBC
Tints of Wild Blue Yonder #7E8FBC
RGB
CMYK
RGB Variations
Color information
#7E8FBC (or 0x7E8FBC) is known color: Wild Blue Yonder. HEX triplet: 7E, 8F and BC. RGB value is (126,143,188). Sum of RGB (Red+Green+Blue) = 126+143+188=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E8FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FBC is #817043. Grayscale: #8E8E8E. Windows color (decimal): -8482884 or 12357502. OLE color: 12357502.
HSL color Cylindrical-coordinate representation of color #7E8FBC: hue angle of 223.55º 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 #7E8FBC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 143 | 188 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.26 |
| HSL | 223.55º | 0.32% | 0.62% | - |
| HSV(B) | 223.55º | 0.33% | 0.74% | - |
| XYZ | 27.5 | 27.71 | 51.48 | - |
| YUV | 143.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 188 | 0.33 | 0.24 | 0 | 0.26 | 223.55 | 0.32 | 0.62 |
| Hex | 7E | 8F | BC | 21 | 18 | 0 | 1A | E0 | 20 | 3E |
| Octal | 176 | 217 | 274 | 41 | 30 | 0 | 32 | 340 | 40 | 76 |
| Binary | 1111110 | 10001111 | 10111100 | 100001 | 11000 | 0 | 11010 | 11100000 | 100000 | 111110 |
Color Harmonies of #7E8FBC
Complementary color
Monochromatic Colors of #7E8FBC
Black with #7E8FBC
Text Example
Text Example
White with #7E8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FBC; }
p { color: rgb(126,143,188); }
H1.HeaderClassName
{
color: #7E8FBC;
}
.AnyTagClassName
{
color: #7E8FBC;
}
</style>
background-color css
<style>
a { background-color: #7E8FBC; }
a { background-color: rgb(126,143,188); }
div.DivClassName
{
background-color: #7E8FBC;
}
.BgClassName
{
background-color: #7E8FBC;
}
</style>
border-color css
<style>
span { border-color: #7E8FBC; }
span { border-color: rgb(126,143,188); }
td.TdClassName
{
border-color: #7E8FBC;
}
.TagClassName
{
border-color: #7E8FBC;
}
</style>