Shades of Wild Blue Yonder #7C8EBE
Tints of Wild Blue Yonder #7C8EBE
RGB
CMYK
RGB Variations
Color information
#7C8EBE (or 0x7C8EBE) is known color: Wild Blue Yonder. HEX triplet: 7C, 8E and BE. RGB value is (124,142,190). Sum of RGB (Red+Green+Blue) = 124+142+190=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EBE is #837141. Grayscale: #8D8D8D. Windows color (decimal): -8614210 or 12488316. OLE color: 12488316.
HSL color Cylindrical-coordinate representation of color #7C8EBE: hue angle of 223.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C8EBE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 142 | 190 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.25 |
| HSL | 223.64º | 0.34% | 0.62% | - |
| HSV(B) | 223.64º | 0.35% | 0.75% | - |
| XYZ | 27.28 | 27.35 | 52.56 | - |
| YUV | 142.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 190 | 0.35 | 0.25 | 0 | 0.25 | 223.64 | 0.34 | 0.62 |
| Hex | 7C | 8E | BE | 23 | 19 | 0 | 19 | E0 | 22 | 3E |
| Octal | 174 | 216 | 276 | 43 | 31 | 0 | 31 | 340 | 42 | 76 |
| Binary | 1111100 | 10001110 | 10111110 | 100011 | 11001 | 0 | 11001 | 11100000 | 100010 | 111110 |
Color Harmonies of #7C8EBE
Complementary color
Monochromatic Colors of #7C8EBE
Black with #7C8EBE
Text Example
Text Example
White with #7C8EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8EBE; }
p { color: rgb(124,142,190); }
H1.HeaderClassName
{
color: #7C8EBE;
}
.AnyTagClassName
{
color: #7C8EBE;
}
</style>
background-color css
<style>
a { background-color: #7C8EBE; }
a { background-color: rgb(124,142,190); }
div.DivClassName
{
background-color: #7C8EBE;
}
.BgClassName
{
background-color: #7C8EBE;
}
</style>
border-color css
<style>
span { border-color: #7C8EBE; }
span { border-color: rgb(124,142,190); }
td.TdClassName
{
border-color: #7C8EBE;
}
.TagClassName
{
border-color: #7C8EBE;
}
</style>