Shades of Wild Blue Yonder #778DC4
Tints of Wild Blue Yonder #778DC4
RGB
CMYK
RGB Variations
Color information
#778DC4 (or 0x778DC4) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and C4. RGB value is (119,141,196). Sum of RGB (Red+Green+Blue) = 119+141+196=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #778DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DC4 is #88723B. Grayscale: #8C8C8C. Windows color (decimal): -8942140 or 12881271. OLE color: 12881271.
HSL color Cylindrical-coordinate representation of color #778DC4: hue angle of 222.86º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778DC4 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 141 | 196 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.23 |
| HSL | 222.86º | 0.39% | 0.62% | - |
| HSV(B) | 222.86º | 0.39% | 0.77% | - |
| XYZ | 27.1 | 26.96 | 56 | - |
| YUV | 140.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 196 | 0.39 | 0.28 | 0 | 0.23 | 222.86 | 0.39 | 0.62 |
| Hex | 77 | 8D | C4 | 27 | 1C | 0 | 17 | DF | 27 | 3E |
| Octal | 167 | 215 | 304 | 47 | 34 | 0 | 27 | 337 | 47 | 76 |
| Binary | 1110111 | 10001101 | 11000100 | 100111 | 11100 | 0 | 10111 | 11011111 | 100111 | 111110 |
Color Harmonies of #778DC4
Complementary color
Monochromatic Colors of #778DC4
Black with #778DC4
Text Example
Text Example
White with #778DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DC4; }
p { color: rgb(119,141,196); }
H1.HeaderClassName
{
color: #778DC4;
}
.AnyTagClassName
{
color: #778DC4;
}
</style>
background-color css
<style>
a { background-color: #778DC4; }
a { background-color: rgb(119,141,196); }
div.DivClassName
{
background-color: #778DC4;
}
.BgClassName
{
background-color: #778DC4;
}
</style>
border-color css
<style>
span { border-color: #778DC4; }
span { border-color: rgb(119,141,196); }
td.TdClassName
{
border-color: #778DC4;
}
.TagClassName
{
border-color: #778DC4;
}
</style>