Shades of Wild Blue Yonder #7C8DB6
Tints of Wild Blue Yonder #7C8DB6
RGB
CMYK
RGB Variations
Color information
#7C8DB6 (or 0x7C8DB6) is known color: Wild Blue Yonder. HEX triplet: 7C, 8D and B6. RGB value is (124,141,182). Sum of RGB (Red+Green+Blue) = 124+141+182=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C8DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DB6 is #837249. Grayscale: #8C8C8C. Windows color (decimal): -8614474 or 11963772. OLE color: 11963772.
HSL color Cylindrical-coordinate representation of color #7C8DB6: hue angle of 222.41º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C8DB6 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 141 | 182 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.29 |
| HSL | 222.41º | 0.28% | 0.6% | - |
| HSV(B) | 222.41º | 0.32% | 0.71% | - |
| XYZ | 26.28 | 26.71 | 48.03 | - |
| YUV | 140.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 182 | 0.32 | 0.23 | 0 | 0.29 | 222.41 | 0.28 | 0.6 |
| Hex | 7C | 8D | B6 | 20 | 17 | 0 | 1D | DE | 1C | 3C |
| Octal | 174 | 215 | 266 | 40 | 27 | 0 | 35 | 336 | 34 | 74 |
| Binary | 1111100 | 10001101 | 10110110 | 100000 | 10111 | 0 | 11101 | 11011110 | 11100 | 111100 |
Color Harmonies of #7C8DB6
Complementary color
Monochromatic Colors of #7C8DB6
Black with #7C8DB6
Text Example
Text Example
White with #7C8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DB6; }
p { color: rgb(124,141,182); }
H1.HeaderClassName
{
color: #7C8DB6;
}
.AnyTagClassName
{
color: #7C8DB6;
}
</style>
background-color css
<style>
a { background-color: #7C8DB6; }
a { background-color: rgb(124,141,182); }
div.DivClassName
{
background-color: #7C8DB6;
}
.BgClassName
{
background-color: #7C8DB6;
}
</style>
border-color css
<style>
span { border-color: #7C8DB6; }
span { border-color: rgb(124,141,182); }
td.TdClassName
{
border-color: #7C8DB6;
}
.TagClassName
{
border-color: #7C8DB6;
}
</style>