Shades of Wild Blue Yonder #778DC9
Tints of Wild Blue Yonder #778DC9
RGB
CMYK
RGB Variations
Color information
#778DC9 (or 0x778DC9) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and C9. RGB value is (119,141,201). Sum of RGB (Red+Green+Blue) = 119+141+201=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #778DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DC9 is #887236. Grayscale: #8D8D8D. Windows color (decimal): -8942135 or 13208951. OLE color: 13208951.
HSL color Cylindrical-coordinate representation of color #778DC9: hue angle of 223.9º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778DC9 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 141 | 201 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.21 |
| HSL | 223.9º | 0.43% | 0.63% | - |
| HSV(B) | 223.9º | 0.41% | 0.79% | - |
| XYZ | 27.68 | 27.19 | 59.05 | - |
| YUV | 141.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 201 | 0.41 | 0.30 | 0 | 0.21 | 223.9 | 0.43 | 0.63 |
| Hex | 77 | 8D | C9 | 29 | 1E | 0 | 15 | E0 | 2B | 3F |
| Octal | 167 | 215 | 311 | 51 | 36 | 0 | 25 | 340 | 53 | 77 |
| Binary | 1110111 | 10001101 | 11001001 | 101001 | 11110 | 0 | 10101 | 11100000 | 101011 | 111111 |
Color Harmonies of #778DC9
Complementary color
Monochromatic Colors of #778DC9
Black with #778DC9
Text Example
Text Example
White with #778DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DC9; }
p { color: rgb(119,141,201); }
H1.HeaderClassName
{
color: #778DC9;
}
.AnyTagClassName
{
color: #778DC9;
}
</style>
background-color css
<style>
a { background-color: #778DC9; }
a { background-color: rgb(119,141,201); }
div.DivClassName
{
background-color: #778DC9;
}
.BgClassName
{
background-color: #778DC9;
}
</style>
border-color css
<style>
span { border-color: #778DC9; }
span { border-color: rgb(119,141,201); }
td.TdClassName
{
border-color: #778DC9;
}
.TagClassName
{
border-color: #778DC9;
}
</style>