Shades of Wild Blue Yonder #7E8FC6
Tints of Wild Blue Yonder #7E8FC6
RGB
CMYK
RGB Variations
Color information
#7E8FC6 (or 0x7E8FC6) is known color: Wild Blue Yonder. HEX triplet: 7E, 8F and C6. RGB value is (126,143,198). Sum of RGB (Red+Green+Blue) = 126+143+198=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #7E8FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FC6 is #817039. Grayscale: #8F8F8F. Windows color (decimal): -8482874 or 13012862. OLE color: 13012862.
HSL color Cylindrical-coordinate representation of color #7E8FC6: hue angle of 225.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E8FC6 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 143 | 198 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.22 |
| HSL | 225.83º | 0.39% | 0.64% | - |
| HSV(B) | 225.83º | 0.36% | 0.78% | - |
| XYZ | 28.62 | 28.16 | 57.35 | - |
| YUV | 144.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 198 | 0.36 | 0.28 | 0 | 0.22 | 225.83 | 0.39 | 0.64 |
| Hex | 7E | 8F | C6 | 24 | 1C | 0 | 16 | E2 | 27 | 40 |
| Octal | 176 | 217 | 306 | 44 | 34 | 0 | 26 | 342 | 47 | 100 |
| Binary | 1111110 | 10001111 | 11000110 | 100100 | 11100 | 0 | 10110 | 11100010 | 100111 | 1000000 |
Color Harmonies of #7E8FC6
Complementary color
Monochromatic Colors of #7E8FC6
Black with #7E8FC6
Text Example
Text Example
White with #7E8FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FC6; }
p { color: rgb(126,143,198); }
H1.HeaderClassName
{
color: #7E8FC6;
}
.AnyTagClassName
{
color: #7E8FC6;
}
</style>
background-color css
<style>
a { background-color: #7E8FC6; }
a { background-color: rgb(126,143,198); }
div.DivClassName
{
background-color: #7E8FC6;
}
.BgClassName
{
background-color: #7E8FC6;
}
</style>
border-color css
<style>
span { border-color: #7E8FC6; }
span { border-color: rgb(126,143,198); }
td.TdClassName
{
border-color: #7E8FC6;
}
.TagClassName
{
border-color: #7E8FC6;
}
</style>