Shades of Wild Blue Yonder #778FCA
Tints of Wild Blue Yonder #778FCA
RGB
CMYK
RGB Variations
Color information
#778FCA (or 0x778FCA) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and CA. RGB value is (119,143,202). Sum of RGB (Red+Green+Blue) = 119+143+202=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #778FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FCA is #887035. Grayscale: #8E8E8E. Windows color (decimal): -8941622 or 13274999. OLE color: 13274999.
HSL color Cylindrical-coordinate representation of color #778FCA: hue angle of 222.65º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778FCA is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 143 | 202 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.21 |
| HSL | 222.65º | 0.44% | 0.63% | - |
| HSV(B) | 222.65º | 0.41% | 0.79% | - |
| XYZ | 28.09 | 27.83 | 59.77 | - |
| YUV | 142.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 202 | 0.41 | 0.29 | 0 | 0.21 | 222.65 | 0.44 | 0.63 |
| Hex | 77 | 8F | CA | 29 | 1D | 0 | 15 | DF | 2C | 3F |
| Octal | 167 | 217 | 312 | 51 | 35 | 0 | 25 | 337 | 54 | 77 |
| Binary | 1110111 | 10001111 | 11001010 | 101001 | 11101 | 0 | 10101 | 11011111 | 101100 | 111111 |
Color Harmonies of #778FCA
Complementary color
Monochromatic Colors of #778FCA
Black with #778FCA
Text Example
Text Example
White with #778FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FCA; }
p { color: rgb(119,143,202); }
H1.HeaderClassName
{
color: #778FCA;
}
.AnyTagClassName
{
color: #778FCA;
}
</style>
background-color css
<style>
a { background-color: #778FCA; }
a { background-color: rgb(119,143,202); }
div.DivClassName
{
background-color: #778FCA;
}
.BgClassName
{
background-color: #778FCA;
}
</style>
border-color css
<style>
span { border-color: #778FCA; }
span { border-color: rgb(119,143,202); }
td.TdClassName
{
border-color: #778FCA;
}
.TagClassName
{
border-color: #778FCA;
}
</style>