Shades of Wild Blue Yonder #778AC0
Tints of Wild Blue Yonder #778AC0
RGB
CMYK
RGB Variations
Color information
#778AC0 (or 0x778AC0) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and C0. RGB value is (119,138,192). Sum of RGB (Red+Green+Blue) = 119+138+192=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #778AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AC0 is #88753F. Grayscale: #8A8A8A. Windows color (decimal): -8942912 or 12618359. OLE color: 12618359.
HSL color Cylindrical-coordinate representation of color #778AC0: hue angle of 224.38º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778AC0 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 138 | 192 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.25 |
| HSL | 224.38º | 0.37% | 0.61% | - |
| HSV(B) | 224.38º | 0.38% | 0.75% | - |
| XYZ | 26.21 | 25.9 | 53.49 | - |
| YUV | 138.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 192 | 0.38 | 0.28 | 0 | 0.25 | 224.38 | 0.37 | 0.61 |
| Hex | 77 | 8A | C0 | 26 | 1C | 0 | 19 | E0 | 25 | 3D |
| Octal | 167 | 212 | 300 | 46 | 34 | 0 | 31 | 340 | 45 | 75 |
| Binary | 1110111 | 10001010 | 11000000 | 100110 | 11100 | 0 | 11001 | 11100000 | 100101 | 111101 |
Color Harmonies of #778AC0
Complementary color
Monochromatic Colors of #778AC0
Black with #778AC0
Text Example
Text Example
White with #778AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AC0; }
p { color: rgb(119,138,192); }
H1.HeaderClassName
{
color: #778AC0;
}
.AnyTagClassName
{
color: #778AC0;
}
</style>
background-color css
<style>
a { background-color: #778AC0; }
a { background-color: rgb(119,138,192); }
div.DivClassName
{
background-color: #778AC0;
}
.BgClassName
{
background-color: #778AC0;
}
</style>
border-color css
<style>
span { border-color: #778AC0; }
span { border-color: rgb(119,138,192); }
td.TdClassName
{
border-color: #778AC0;
}
.TagClassName
{
border-color: #778AC0;
}
</style>