Shades of Wild Blue Yonder #778ECE
Tints of Wild Blue Yonder #778ECE
RGB
CMYK
RGB Variations
Color information
#778ECE (or 0x778ECE) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and CE. RGB value is (119,142,206). Sum of RGB (Red+Green+Blue) = 119+142+206=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #778ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ECE is #887131. Grayscale: #8E8E8E. Windows color (decimal): -8941874 or 13536887. OLE color: 13536887.
HSL color Cylindrical-coordinate representation of color #778ECE: hue angle of 224.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778ECE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 142 | 206 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.19 |
| HSL | 224.14º | 0.47% | 0.64% | - |
| HSV(B) | 224.14º | 0.42% | 0.81% | - |
| XYZ | 28.42 | 27.72 | 62.25 | - |
| YUV | 142.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 206 | 0.42 | 0.31 | 0 | 0.19 | 224.14 | 0.47 | 0.64 |
| Hex | 77 | 8E | CE | 2A | 1F | 0 | 13 | E0 | 2F | 40 |
| Octal | 167 | 216 | 316 | 52 | 37 | 0 | 23 | 340 | 57 | 100 |
| Binary | 1110111 | 10001110 | 11001110 | 101010 | 11111 | 0 | 10011 | 11100000 | 101111 | 1000000 |
Color Harmonies of #778ECE
Complementary color
Monochromatic Colors of #778ECE
Black with #778ECE
Text Example
Text Example
White with #778ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778ECE; }
p { color: rgb(119,142,206); }
H1.HeaderClassName
{
color: #778ECE;
}
.AnyTagClassName
{
color: #778ECE;
}
</style>
background-color css
<style>
a { background-color: #778ECE; }
a { background-color: rgb(119,142,206); }
div.DivClassName
{
background-color: #778ECE;
}
.BgClassName
{
background-color: #778ECE;
}
</style>
border-color css
<style>
span { border-color: #778ECE; }
span { border-color: rgb(119,142,206); }
td.TdClassName
{
border-color: #778ECE;
}
.TagClassName
{
border-color: #778ECE;
}
</style>