Shades of Wild Blue Yonder #7C8EC6
Tints of Wild Blue Yonder #7C8EC6
RGB
CMYK
RGB Variations
Color information
#7C8EC6 (or 0x7C8EC6) is known color: Wild Blue Yonder. HEX triplet: 7C, 8E and C6. RGB value is (124,142,198). Sum of RGB (Red+Green+Blue) = 124+142+198=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #7C8EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EC6 is #837139. Grayscale: #8E8E8E. Windows color (decimal): -8614202 or 13012604. OLE color: 13012604.
HSL color Cylindrical-coordinate representation of color #7C8EC6: hue angle of 225.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C8EC6 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 142 | 198 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.22 |
| HSL | 225.41º | 0.39% | 0.63% | - |
| HSV(B) | 225.41º | 0.37% | 0.78% | - |
| XYZ | 28.18 | 27.71 | 57.29 | - |
| YUV | 143 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 198 | 0.37 | 0.28 | 0 | 0.22 | 225.41 | 0.39 | 0.63 |
| Hex | 7C | 8E | C6 | 25 | 1C | 0 | 16 | E1 | 27 | 3F |
| Octal | 174 | 216 | 306 | 45 | 34 | 0 | 26 | 341 | 47 | 77 |
| Binary | 1111100 | 10001110 | 11000110 | 100101 | 11100 | 0 | 10110 | 11100001 | 100111 | 111111 |
Color Harmonies of #7C8EC6
Complementary color
Monochromatic Colors of #7C8EC6
Black with #7C8EC6
Text Example
Text Example
White with #7C8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8EC6; }
p { color: rgb(124,142,198); }
H1.HeaderClassName
{
color: #7C8EC6;
}
.AnyTagClassName
{
color: #7C8EC6;
}
</style>
background-color css
<style>
a { background-color: #7C8EC6; }
a { background-color: rgb(124,142,198); }
div.DivClassName
{
background-color: #7C8EC6;
}
.BgClassName
{
background-color: #7C8EC6;
}
</style>
border-color css
<style>
span { border-color: #7C8EC6; }
span { border-color: rgb(124,142,198); }
td.TdClassName
{
border-color: #7C8EC6;
}
.TagClassName
{
border-color: #7C8EC6;
}
</style>