Shades of Wild Blue Yonder #778CC0
Tints of Wild Blue Yonder #778CC0
RGB
CMYK
RGB Variations
Color information
#778CC0 (or 0x778CC0) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and C0. RGB value is (119,140,192). Sum of RGB (Red+Green+Blue) = 119+140+192=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #778CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CC0 is #88733F. Grayscale: #8B8B8B. Windows color (decimal): -8942400 or 12618871. OLE color: 12618871.
HSL color Cylindrical-coordinate representation of color #778CC0: hue angle of 222.74º 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 #778CC0 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 140 | 192 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.25 |
| HSL | 222.74º | 0.37% | 0.61% | - |
| HSV(B) | 222.74º | 0.38% | 0.75% | - |
| XYZ | 26.5 | 26.48 | 53.58 | - |
| YUV | 139.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 192 | 0.38 | 0.27 | 0 | 0.25 | 222.74 | 0.37 | 0.61 |
| Hex | 77 | 8C | C0 | 26 | 1B | 0 | 19 | DF | 25 | 3D |
| Octal | 167 | 214 | 300 | 46 | 33 | 0 | 31 | 337 | 45 | 75 |
| Binary | 1110111 | 10001100 | 11000000 | 100110 | 11011 | 0 | 11001 | 11011111 | 100101 | 111101 |
Color Harmonies of #778CC0
Complementary color
Monochromatic Colors of #778CC0
Black with #778CC0
Text Example
Text Example
White with #778CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CC0; }
p { color: rgb(119,140,192); }
H1.HeaderClassName
{
color: #778CC0;
}
.AnyTagClassName
{
color: #778CC0;
}
</style>
background-color css
<style>
a { background-color: #778CC0; }
a { background-color: rgb(119,140,192); }
div.DivClassName
{
background-color: #778CC0;
}
.BgClassName
{
background-color: #778CC0;
}
</style>
border-color css
<style>
span { border-color: #778CC0; }
span { border-color: rgb(119,140,192); }
td.TdClassName
{
border-color: #778CC0;
}
.TagClassName
{
border-color: #778CC0;
}
</style>