Shades of Wild Blue Yonder #7C8DBE
Tints of Wild Blue Yonder #7C8DBE
RGB
CMYK
RGB Variations
Color information
#7C8DBE (or 0x7C8DBE) is known color: Wild Blue Yonder. HEX triplet: 7C, 8D and BE. RGB value is (124,141,190). Sum of RGB (Red+Green+Blue) = 124+141+190=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C8DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DBE is #837241. Grayscale: #8D8D8D. Windows color (decimal): -8614466 or 12488060. OLE color: 12488060.
HSL color Cylindrical-coordinate representation of color #7C8DBE: hue angle of 224.55º 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 #7C8DBE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 141 | 190 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.25 |
| HSL | 224.55º | 0.34% | 0.62% | - |
| HSV(B) | 224.55º | 0.35% | 0.75% | - |
| XYZ | 27.13 | 27.05 | 52.51 | - |
| YUV | 141.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 190 | 0.35 | 0.26 | 0 | 0.25 | 224.55 | 0.34 | 0.62 |
| Hex | 7C | 8D | BE | 23 | 1A | 0 | 19 | E1 | 22 | 3E |
| Octal | 174 | 215 | 276 | 43 | 32 | 0 | 31 | 341 | 42 | 76 |
| Binary | 1111100 | 10001101 | 10111110 | 100011 | 11010 | 0 | 11001 | 11100001 | 100010 | 111110 |
Color Harmonies of #7C8DBE
Complementary color
Monochromatic Colors of #7C8DBE
Black with #7C8DBE
Text Example
Text Example
White with #7C8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DBE; }
p { color: rgb(124,141,190); }
H1.HeaderClassName
{
color: #7C8DBE;
}
.AnyTagClassName
{
color: #7C8DBE;
}
</style>
background-color css
<style>
a { background-color: #7C8DBE; }
a { background-color: rgb(124,141,190); }
div.DivClassName
{
background-color: #7C8DBE;
}
.BgClassName
{
background-color: #7C8DBE;
}
</style>
border-color css
<style>
span { border-color: #7C8DBE; }
span { border-color: rgb(124,141,190); }
td.TdClassName
{
border-color: #7C8DBE;
}
.TagClassName
{
border-color: #7C8DBE;
}
</style>