Shades of Wild Blue Yonder #778EC1
Tints of Wild Blue Yonder #778EC1
RGB
CMYK
RGB Variations
Color information
#778EC1 (or 0x778EC1) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and C1. RGB value is (119,142,193). Sum of RGB (Red+Green+Blue) = 119+142+193=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #778EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EC1 is #88713E. Grayscale: #8C8C8C. Windows color (decimal): -8941887 or 12684919. OLE color: 12684919.
HSL color Cylindrical-coordinate representation of color #778EC1: hue angle of 221.35º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778EC1 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 142 | 193 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.24 |
| HSL | 221.35º | 0.37% | 0.61% | - |
| HSV(B) | 221.35º | 0.38% | 0.76% | - |
| XYZ | 26.91 | 27.12 | 54.27 | - |
| YUV | 140.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 193 | 0.38 | 0.26 | 0 | 0.24 | 221.35 | 0.37 | 0.61 |
| Hex | 77 | 8E | C1 | 26 | 1A | 0 | 18 | DD | 25 | 3D |
| Octal | 167 | 216 | 301 | 46 | 32 | 0 | 30 | 335 | 45 | 75 |
| Binary | 1110111 | 10001110 | 11000001 | 100110 | 11010 | 0 | 11000 | 11011101 | 100101 | 111101 |
Color Harmonies of #778EC1
Complementary color
Monochromatic Colors of #778EC1
Black with #778EC1
Text Example
Text Example
White with #778EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EC1; }
p { color: rgb(119,142,193); }
H1.HeaderClassName
{
color: #778EC1;
}
.AnyTagClassName
{
color: #778EC1;
}
</style>
background-color css
<style>
a { background-color: #778EC1; }
a { background-color: rgb(119,142,193); }
div.DivClassName
{
background-color: #778EC1;
}
.BgClassName
{
background-color: #778EC1;
}
</style>
border-color css
<style>
span { border-color: #778EC1; }
span { border-color: rgb(119,142,193); }
td.TdClassName
{
border-color: #778EC1;
}
.TagClassName
{
border-color: #778EC1;
}
</style>