Shades of Wild Blue Yonder #7C8CCD
Tints of Wild Blue Yonder #7C8CCD
RGB
CMYK
RGB Variations
Color information
#7C8CCD (or 0x7C8CCD) is known color: Wild Blue Yonder. HEX triplet: 7C, 8C and CD. RGB value is (124,140,205). Sum of RGB (Red+Green+Blue) = 124+140+205=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8CCD is #837332. Grayscale: #8E8E8E. Windows color (decimal): -8614707 or 13470844. OLE color: 13470844.
HSL color Cylindrical-coordinate representation of color #7C8CCD: hue angle of 228.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8CCD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 140 | 205 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.20 |
| HSL | 228.15º | 0.45% | 0.65% | - |
| HSV(B) | 228.15º | 0.4% | 0.8% | - |
| XYZ | 28.71 | 27.45 | 61.54 | - |
| YUV | 142.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 140 | 205 | 0.40 | 0.32 | 0 | 0.20 | 228.15 | 0.45 | 0.65 |
| Hex | 7C | 8C | CD | 28 | 20 | 0 | 14 | E4 | 2D | 41 |
| Octal | 174 | 214 | 315 | 50 | 40 | 0 | 24 | 344 | 55 | 101 |
| Binary | 1111100 | 10001100 | 11001101 | 101000 | 100000 | 0 | 10100 | 11100100 | 101101 | 1000001 |
Color Harmonies of #7C8CCD
Complementary color
Monochromatic Colors of #7C8CCD
Black with #7C8CCD
Text Example
Text Example
White with #7C8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8CCD; }
p { color: rgb(124,140,205); }
H1.HeaderClassName
{
color: #7C8CCD;
}
.AnyTagClassName
{
color: #7C8CCD;
}
</style>
background-color css
<style>
a { background-color: #7C8CCD; }
a { background-color: rgb(124,140,205); }
div.DivClassName
{
background-color: #7C8CCD;
}
.BgClassName
{
background-color: #7C8CCD;
}
</style>
border-color css
<style>
span { border-color: #7C8CCD; }
span { border-color: rgb(124,140,205); }
td.TdClassName
{
border-color: #7C8CCD;
}
.TagClassName
{
border-color: #7C8CCD;
}
</style>