Shades of Wild Blue Yonder #778AC5
Tints of Wild Blue Yonder #778AC5
RGB
CMYK
RGB Variations
Color information
#778AC5 (or 0x778AC5) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and C5. RGB value is (119,138,197). Sum of RGB (Red+Green+Blue) = 119+138+197=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #778AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AC5 is #88753A. Grayscale: #8A8A8A. Windows color (decimal): -8942907 or 12946039. OLE color: 12946039.
HSL color Cylindrical-coordinate representation of color #778AC5: hue angle of 225.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #778AC5 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 138 | 197 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.23 |
| HSL | 225.38º | 0.4% | 0.62% | - |
| HSV(B) | 225.38º | 0.4% | 0.77% | - |
| XYZ | 26.77 | 26.13 | 56.46 | - |
| YUV | 139.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 197 | 0.40 | 0.30 | 0 | 0.23 | 225.38 | 0.4 | 0.62 |
| Hex | 77 | 8A | C5 | 28 | 1E | 0 | 17 | E1 | 28 | 3E |
| Octal | 167 | 212 | 305 | 50 | 36 | 0 | 27 | 341 | 50 | 76 |
| Binary | 1110111 | 10001010 | 11000101 | 101000 | 11110 | 0 | 10111 | 11100001 | 101000 | 111110 |
Color Harmonies of #778AC5
Complementary color
Monochromatic Colors of #778AC5
Black with #778AC5
Text Example
Text Example
White with #778AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AC5; }
p { color: rgb(119,138,197); }
H1.HeaderClassName
{
color: #778AC5;
}
.AnyTagClassName
{
color: #778AC5;
}
</style>
background-color css
<style>
a { background-color: #778AC5; }
a { background-color: rgb(119,138,197); }
div.DivClassName
{
background-color: #778AC5;
}
.BgClassName
{
background-color: #778AC5;
}
</style>
border-color css
<style>
span { border-color: #778AC5; }
span { border-color: rgb(119,138,197); }
td.TdClassName
{
border-color: #778AC5;
}
.TagClassName
{
border-color: #778AC5;
}
</style>