Shades of Wild Blue Yonder #778ECD
Tints of Wild Blue Yonder #778ECD
RGB
CMYK
RGB Variations
Color information
#778ECD (or 0x778ECD) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and CD. RGB value is (119,142,205). Sum of RGB (Red+Green+Blue) = 119+142+205=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #778ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ECD is #887132. Grayscale: #8E8E8E. Windows color (decimal): -8941875 or 13471351. OLE color: 13471351.
HSL color Cylindrical-coordinate representation of color #778ECD: hue angle of 223.95º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778ECD is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 142 | 205 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.20 |
| HSL | 223.95º | 0.46% | 0.64% | - |
| HSV(B) | 223.95º | 0.42% | 0.8% | - |
| XYZ | 28.3 | 27.68 | 61.61 | - |
| YUV | 142.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 205 | 0.42 | 0.31 | 0 | 0.20 | 223.95 | 0.46 | 0.64 |
| Hex | 77 | 8E | CD | 2A | 1F | 0 | 14 | E0 | 2E | 40 |
| Octal | 167 | 216 | 315 | 52 | 37 | 0 | 24 | 340 | 56 | 100 |
| Binary | 1110111 | 10001110 | 11001101 | 101010 | 11111 | 0 | 10100 | 11100000 | 101110 | 1000000 |
Color Harmonies of #778ECD
Complementary color
Monochromatic Colors of #778ECD
Black with #778ECD
Text Example
Text Example
White with #778ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778ECD; }
p { color: rgb(119,142,205); }
H1.HeaderClassName
{
color: #778ECD;
}
.AnyTagClassName
{
color: #778ECD;
}
</style>
background-color css
<style>
a { background-color: #778ECD; }
a { background-color: rgb(119,142,205); }
div.DivClassName
{
background-color: #778ECD;
}
.BgClassName
{
background-color: #778ECD;
}
</style>
border-color css
<style>
span { border-color: #778ECD; }
span { border-color: rgb(119,142,205); }
td.TdClassName
{
border-color: #778ECD;
}
.TagClassName
{
border-color: #778ECD;
}
</style>