Shades of Wild Blue Yonder #778FC4
Tints of Wild Blue Yonder #778FC4
RGB
CMYK
RGB Variations
Color information
#778FC4 (or 0x778FC4) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and C4. RGB value is (119,143,196). Sum of RGB (Red+Green+Blue) = 119+143+196=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #778FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FC4 is #88703B. Grayscale: #8D8D8D. Windows color (decimal): -8941628 or 12881783. OLE color: 12881783.
HSL color Cylindrical-coordinate representation of color #778FC4: hue angle of 221.3º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778FC4 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 143 | 196 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.23 |
| HSL | 221.3º | 0.39% | 0.62% | - |
| HSV(B) | 221.3º | 0.39% | 0.77% | - |
| XYZ | 27.39 | 27.55 | 56.1 | - |
| YUV | 141.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 196 | 0.39 | 0.27 | 0 | 0.23 | 221.3 | 0.39 | 0.62 |
| Hex | 77 | 8F | C4 | 27 | 1B | 0 | 17 | DD | 27 | 3E |
| Octal | 167 | 217 | 304 | 47 | 33 | 0 | 27 | 335 | 47 | 76 |
| Binary | 1110111 | 10001111 | 11000100 | 100111 | 11011 | 0 | 10111 | 11011101 | 100111 | 111110 |
Color Harmonies of #778FC4
Complementary color
Monochromatic Colors of #778FC4
Black with #778FC4
Text Example
Text Example
White with #778FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FC4; }
p { color: rgb(119,143,196); }
H1.HeaderClassName
{
color: #778FC4;
}
.AnyTagClassName
{
color: #778FC4;
}
</style>
background-color css
<style>
a { background-color: #778FC4; }
a { background-color: rgb(119,143,196); }
div.DivClassName
{
background-color: #778FC4;
}
.BgClassName
{
background-color: #778FC4;
}
</style>
border-color css
<style>
span { border-color: #778FC4; }
span { border-color: rgb(119,143,196); }
td.TdClassName
{
border-color: #778FC4;
}
.TagClassName
{
border-color: #778FC4;
}
</style>