Shades of Wild Blue Yonder #778FC2
Tints of Wild Blue Yonder #778FC2
RGB
CMYK
RGB Variations
Color information
#778FC2 (or 0x778FC2) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and C2. RGB value is (119,143,194). Sum of RGB (Red+Green+Blue) = 119+143+194=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #778FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FC2 is #88703D. Grayscale: #8D8D8D. Windows color (decimal): -8941630 or 12750711. OLE color: 12750711.
HSL color Cylindrical-coordinate representation of color #778FC2: hue angle of 220.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778FC2 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 143 | 194 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.24 |
| HSL | 220.8º | 0.38% | 0.61% | - |
| HSV(B) | 220.8º | 0.39% | 0.76% | - |
| XYZ | 27.17 | 27.46 | 54.91 | - |
| YUV | 141.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 194 | 0.39 | 0.26 | 0 | 0.24 | 220.8 | 0.38 | 0.61 |
| Hex | 77 | 8F | C2 | 27 | 1A | 0 | 18 | DD | 26 | 3D |
| Octal | 167 | 217 | 302 | 47 | 32 | 0 | 30 | 335 | 46 | 75 |
| Binary | 1110111 | 10001111 | 11000010 | 100111 | 11010 | 0 | 11000 | 11011101 | 100110 | 111101 |
Color Harmonies of #778FC2
Complementary color
Monochromatic Colors of #778FC2
Black with #778FC2
Text Example
Text Example
White with #778FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FC2; }
p { color: rgb(119,143,194); }
H1.HeaderClassName
{
color: #778FC2;
}
.AnyTagClassName
{
color: #778FC2;
}
</style>
background-color css
<style>
a { background-color: #778FC2; }
a { background-color: rgb(119,143,194); }
div.DivClassName
{
background-color: #778FC2;
}
.BgClassName
{
background-color: #778FC2;
}
</style>
border-color css
<style>
span { border-color: #778FC2; }
span { border-color: rgb(119,143,194); }
td.TdClassName
{
border-color: #778FC2;
}
.TagClassName
{
border-color: #778FC2;
}
</style>