Shades of Wild Blue Yonder #778EC3
Tints of Wild Blue Yonder #778EC3
RGB
CMYK
RGB Variations
Color information
#778EC3 (or 0x778EC3) is known color: Wild Blue Yonder. HEX triplet: 77, 8E and C3. RGB value is (119,142,195). Sum of RGB (Red+Green+Blue) = 119+142+195=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #778EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EC3 is #88713C. Grayscale: #8C8C8C. Windows color (decimal): -8941885 or 12815991. OLE color: 12815991.
HSL color Cylindrical-coordinate representation of color #778EC3: hue angle of 221.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778EC3 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 142 | 195 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.24 |
| HSL | 221.84º | 0.39% | 0.62% | - |
| HSV(B) | 221.84º | 0.39% | 0.76% | - |
| XYZ | 27.13 | 27.21 | 55.45 | - |
| YUV | 141.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 195 | 0.39 | 0.27 | 0 | 0.24 | 221.84 | 0.39 | 0.62 |
| Hex | 77 | 8E | C3 | 27 | 1B | 0 | 18 | DE | 27 | 3E |
| Octal | 167 | 216 | 303 | 47 | 33 | 0 | 30 | 336 | 47 | 76 |
| Binary | 1110111 | 10001110 | 11000011 | 100111 | 11011 | 0 | 11000 | 11011110 | 100111 | 111110 |
Color Harmonies of #778EC3
Complementary color
Monochromatic Colors of #778EC3
Black with #778EC3
Text Example
Text Example
White with #778EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EC3; }
p { color: rgb(119,142,195); }
H1.HeaderClassName
{
color: #778EC3;
}
.AnyTagClassName
{
color: #778EC3;
}
</style>
background-color css
<style>
a { background-color: #778EC3; }
a { background-color: rgb(119,142,195); }
div.DivClassName
{
background-color: #778EC3;
}
.BgClassName
{
background-color: #778EC3;
}
</style>
border-color css
<style>
span { border-color: #778EC3; }
span { border-color: rgb(119,142,195); }
td.TdClassName
{
border-color: #778EC3;
}
.TagClassName
{
border-color: #778EC3;
}
</style>