Shades of Wild Blue Yonder #778CB9
Tints of Wild Blue Yonder #778CB9
RGB
CMYK
RGB Variations
Color information
#778CB9 (or 0x778CB9) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and B9. RGB value is (119,140,185). Sum of RGB (Red+Green+Blue) = 119+140+185=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #778CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CB9 is #887346. Grayscale: #8A8A8A. Windows color (decimal): -8942407 or 12160119. OLE color: 12160119.
HSL color Cylindrical-coordinate representation of color #778CB9: hue angle of 220.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778CB9 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 140 | 185 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.27 |
| HSL | 220.91º | 0.32% | 0.6% | - |
| HSV(B) | 220.91º | 0.36% | 0.73% | - |
| XYZ | 25.74 | 26.18 | 49.6 | - |
| YUV | 138.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 185 | 0.36 | 0.24 | 0 | 0.27 | 220.91 | 0.32 | 0.6 |
| Hex | 77 | 8C | B9 | 24 | 18 | 0 | 1B | DD | 20 | 3C |
| Octal | 167 | 214 | 271 | 44 | 30 | 0 | 33 | 335 | 40 | 74 |
| Binary | 1110111 | 10001100 | 10111001 | 100100 | 11000 | 0 | 11011 | 11011101 | 100000 | 111100 |
Color Harmonies of #778CB9
Complementary color
Monochromatic Colors of #778CB9
Black with #778CB9
Text Example
Text Example
White with #778CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CB9; }
p { color: rgb(119,140,185); }
H1.HeaderClassName
{
color: #778CB9;
}
.AnyTagClassName
{
color: #778CB9;
}
</style>
background-color css
<style>
a { background-color: #778CB9; }
a { background-color: rgb(119,140,185); }
div.DivClassName
{
background-color: #778CB9;
}
.BgClassName
{
background-color: #778CB9;
}
</style>
border-color css
<style>
span { border-color: #778CB9; }
span { border-color: rgb(119,140,185); }
td.TdClassName
{
border-color: #778CB9;
}
.TagClassName
{
border-color: #778CB9;
}
</style>