Shades of Wild Blue Yonder #7C8EBA
Tints of Wild Blue Yonder #7C8EBA
RGB
CMYK
RGB Variations
Color information
#7C8EBA (or 0x7C8EBA) is known color: Wild Blue Yonder. HEX triplet: 7C, 8E and BA. RGB value is (124,142,186). Sum of RGB (Red+Green+Blue) = 124+142+186=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C8EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EBA is #837145. Grayscale: #8D8D8D. Windows color (decimal): -8614214 or 12226172. OLE color: 12226172.
HSL color Cylindrical-coordinate representation of color #7C8EBA: hue angle of 222.58º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C8EBA is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 142 | 186 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.27 |
| HSL | 222.58º | 0.31% | 0.61% | - |
| HSV(B) | 222.58º | 0.33% | 0.73% | - |
| XYZ | 26.85 | 27.18 | 50.28 | - |
| YUV | 141.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 186 | 0.33 | 0.24 | 0 | 0.27 | 222.58 | 0.31 | 0.61 |
| Hex | 7C | 8E | BA | 21 | 18 | 0 | 1B | DF | 1F | 3D |
| Octal | 174 | 216 | 272 | 41 | 30 | 0 | 33 | 337 | 37 | 75 |
| Binary | 1111100 | 10001110 | 10111010 | 100001 | 11000 | 0 | 11011 | 11011111 | 11111 | 111101 |
Color Harmonies of #7C8EBA
Complementary color
Monochromatic Colors of #7C8EBA
Black with #7C8EBA
Text Example
Text Example
White with #7C8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8EBA; }
p { color: rgb(124,142,186); }
H1.HeaderClassName
{
color: #7C8EBA;
}
.AnyTagClassName
{
color: #7C8EBA;
}
</style>
background-color css
<style>
a { background-color: #7C8EBA; }
a { background-color: rgb(124,142,186); }
div.DivClassName
{
background-color: #7C8EBA;
}
.BgClassName
{
background-color: #7C8EBA;
}
</style>
border-color css
<style>
span { border-color: #7C8EBA; }
span { border-color: rgb(124,142,186); }
td.TdClassName
{
border-color: #7C8EBA;
}
.TagClassName
{
border-color: #7C8EBA;
}
</style>