Shades of Wild Blue Yonder #778BCB
Tints of Wild Blue Yonder #778BCB
RGB
CMYK
RGB Variations
Color information
#778BCB (or 0x778BCB) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and CB. RGB value is (119,139,203). Sum of RGB (Red+Green+Blue) = 119+139+203=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #778BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BCB is #887434. Grayscale: #8C8C8C. Windows color (decimal): -8942645 or 13339511. OLE color: 13339511.
HSL color Cylindrical-coordinate representation of color #778BCB: hue angle of 225.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778BCB is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 139 | 203 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.20 |
| HSL | 225.71º | 0.45% | 0.63% | - |
| HSV(B) | 225.71º | 0.41% | 0.8% | - |
| XYZ | 27.62 | 26.7 | 60.2 | - |
| YUV | 140.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 203 | 0.41 | 0.32 | 0 | 0.20 | 225.71 | 0.45 | 0.63 |
| Hex | 77 | 8B | CB | 29 | 20 | 0 | 14 | E2 | 2D | 3F |
| Octal | 167 | 213 | 313 | 51 | 40 | 0 | 24 | 342 | 55 | 77 |
| Binary | 1110111 | 10001011 | 11001011 | 101001 | 100000 | 0 | 10100 | 11100010 | 101101 | 111111 |
Color Harmonies of #778BCB
Complementary color
Monochromatic Colors of #778BCB
Black with #778BCB
Text Example
Text Example
White with #778BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BCB; }
p { color: rgb(119,139,203); }
H1.HeaderClassName
{
color: #778BCB;
}
.AnyTagClassName
{
color: #778BCB;
}
</style>
background-color css
<style>
a { background-color: #778BCB; }
a { background-color: rgb(119,139,203); }
div.DivClassName
{
background-color: #778BCB;
}
.BgClassName
{
background-color: #778BCB;
}
</style>
border-color css
<style>
span { border-color: #778BCB; }
span { border-color: rgb(119,139,203); }
td.TdClassName
{
border-color: #778BCB;
}
.TagClassName
{
border-color: #778BCB;
}
</style>