Shades of Wild Blue Yonder #778DCF
Tints of Wild Blue Yonder #778DCF
RGB
CMYK
RGB Variations
Color information
#778DCF (or 0x778DCF) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and CF. RGB value is (119,141,207). Sum of RGB (Red+Green+Blue) = 119+141+207=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #778DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DCF is #887230. Grayscale: #8D8D8D. Windows color (decimal): -8942129 or 13602167. OLE color: 13602167.
HSL color Cylindrical-coordinate representation of color #778DCF: hue angle of 225º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778DCF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 141 | 207 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.19 |
| HSL | 225º | 0.48% | 0.64% | - |
| HSV(B) | 225º | 0.43% | 0.81% | - |
| XYZ | 28.4 | 27.48 | 62.84 | - |
| YUV | 141.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 207 | 0.43 | 0.32 | 0 | 0.19 | 225 | 0.48 | 0.64 |
| Hex | 77 | 8D | CF | 2B | 20 | 0 | 13 | E1 | 30 | 40 |
| Octal | 167 | 215 | 317 | 53 | 40 | 0 | 23 | 341 | 60 | 100 |
| Binary | 1110111 | 10001101 | 11001111 | 101011 | 100000 | 0 | 10011 | 11100001 | 110000 | 1000000 |
Color Harmonies of #778DCF
Complementary color
Monochromatic Colors of #778DCF
Black with #778DCF
Text Example
Text Example
White with #778DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DCF; }
p { color: rgb(119,141,207); }
H1.HeaderClassName
{
color: #778DCF;
}
.AnyTagClassName
{
color: #778DCF;
}
</style>
background-color css
<style>
a { background-color: #778DCF; }
a { background-color: rgb(119,141,207); }
div.DivClassName
{
background-color: #778DCF;
}
.BgClassName
{
background-color: #778DCF;
}
</style>
border-color css
<style>
span { border-color: #778DCF; }
span { border-color: rgb(119,141,207); }
td.TdClassName
{
border-color: #778DCF;
}
.TagClassName
{
border-color: #778DCF;
}
</style>