Shades of Wild Blue Yonder #778DB5
Tints of Wild Blue Yonder #778DB5
RGB
CMYK
RGB Variations
Color information
#778DB5 (or 0x778DB5) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and B5. RGB value is (119,141,181). Sum of RGB (Red+Green+Blue) = 119+141+181=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #778DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DB5 is #88724A. Grayscale: #8A8A8A. Windows color (decimal): -8942155 or 11898231. OLE color: 11898231.
HSL color Cylindrical-coordinate representation of color #778DB5: hue angle of 218.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778DB5 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 141 | 181 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.29 |
| HSL | 218.71º | 0.3% | 0.59% | - |
| HSV(B) | 218.71º | 0.34% | 0.71% | - |
| XYZ | 25.47 | 26.31 | 47.45 | - |
| YUV | 138.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 181 | 0.34 | 0.22 | 0 | 0.29 | 218.71 | 0.3 | 0.59 |
| Hex | 77 | 8D | B5 | 22 | 16 | 0 | 1D | DB | 1E | 3B |
| Octal | 167 | 215 | 265 | 42 | 26 | 0 | 35 | 333 | 36 | 73 |
| Binary | 1110111 | 10001101 | 10110101 | 100010 | 10110 | 0 | 11101 | 11011011 | 11110 | 111011 |
Color Harmonies of #778DB5
Complementary color
Monochromatic Colors of #778DB5
Black with #778DB5
Text Example
Text Example
White with #778DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DB5; }
p { color: rgb(119,141,181); }
H1.HeaderClassName
{
color: #778DB5;
}
.AnyTagClassName
{
color: #778DB5;
}
</style>
background-color css
<style>
a { background-color: #778DB5; }
a { background-color: rgb(119,141,181); }
div.DivClassName
{
background-color: #778DB5;
}
.BgClassName
{
background-color: #778DB5;
}
</style>
border-color css
<style>
span { border-color: #778DB5; }
span { border-color: rgb(119,141,181); }
td.TdClassName
{
border-color: #778DB5;
}
.TagClassName
{
border-color: #778DB5;
}
</style>