Shades of Wild Blue Yonder #778FC1
Tints of Wild Blue Yonder #778FC1
RGB
CMYK
RGB Variations
Color information
#778FC1 (or 0x778FC1) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and C1. RGB value is (119,143,193). Sum of RGB (Red+Green+Blue) = 119+143+193=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #778FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FC1 is #88703E. Grayscale: #8D8D8D. Windows color (decimal): -8941631 or 12685175. OLE color: 12685175.
HSL color Cylindrical-coordinate representation of color #778FC1: hue angle of 220.54º 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 #778FC1 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 143 | 193 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.24 |
| HSL | 220.54º | 0.37% | 0.61% | - |
| HSV(B) | 220.54º | 0.38% | 0.76% | - |
| XYZ | 27.06 | 27.42 | 54.32 | - |
| YUV | 141.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 193 | 0.38 | 0.26 | 0 | 0.24 | 220.54 | 0.37 | 0.61 |
| Hex | 77 | 8F | C1 | 26 | 1A | 0 | 18 | DD | 25 | 3D |
| Octal | 167 | 217 | 301 | 46 | 32 | 0 | 30 | 335 | 45 | 75 |
| Binary | 1110111 | 10001111 | 11000001 | 100110 | 11010 | 0 | 11000 | 11011101 | 100101 | 111101 |
Color Harmonies of #778FC1
Complementary color
Monochromatic Colors of #778FC1
Black with #778FC1
Text Example
Text Example
White with #778FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FC1; }
p { color: rgb(119,143,193); }
H1.HeaderClassName
{
color: #778FC1;
}
.AnyTagClassName
{
color: #778FC1;
}
</style>
background-color css
<style>
a { background-color: #778FC1; }
a { background-color: rgb(119,143,193); }
div.DivClassName
{
background-color: #778FC1;
}
.BgClassName
{
background-color: #778FC1;
}
</style>
border-color css
<style>
span { border-color: #778FC1; }
span { border-color: rgb(119,143,193); }
td.TdClassName
{
border-color: #778FC1;
}
.TagClassName
{
border-color: #778FC1;
}
</style>