Shades of Wild Blue Yonder #778BC8
Tints of Wild Blue Yonder #778BC8
RGB
CMYK
RGB Variations
Color information
#778BC8 (or 0x778BC8) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and C8. RGB value is (119,139,200). Sum of RGB (Red+Green+Blue) = 119+139+200=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #778BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BC8 is #887437. Grayscale: #8B8B8B. Windows color (decimal): -8942648 or 13142903. OLE color: 13142903.
HSL color Cylindrical-coordinate representation of color #778BC8: hue angle of 225.19º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #778BC8 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 139 | 200 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.22 |
| HSL | 225.19º | 0.42% | 0.63% | - |
| HSV(B) | 225.19º | 0.41% | 0.78% | - |
| XYZ | 27.27 | 26.56 | 58.33 | - |
| YUV | 139.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 200 | 0.40 | 0.30 | 0 | 0.22 | 225.19 | 0.42 | 0.63 |
| Hex | 77 | 8B | C8 | 28 | 1E | 0 | 16 | E1 | 2A | 3F |
| Octal | 167 | 213 | 310 | 50 | 36 | 0 | 26 | 341 | 52 | 77 |
| Binary | 1110111 | 10001011 | 11001000 | 101000 | 11110 | 0 | 10110 | 11100001 | 101010 | 111111 |
Color Harmonies of #778BC8
Complementary color
Monochromatic Colors of #778BC8
Black with #778BC8
Text Example
Text Example
White with #778BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BC8; }
p { color: rgb(119,139,200); }
H1.HeaderClassName
{
color: #778BC8;
}
.AnyTagClassName
{
color: #778BC8;
}
</style>
background-color css
<style>
a { background-color: #778BC8; }
a { background-color: rgb(119,139,200); }
div.DivClassName
{
background-color: #778BC8;
}
.BgClassName
{
background-color: #778BC8;
}
</style>
border-color css
<style>
span { border-color: #778BC8; }
span { border-color: rgb(119,139,200); }
td.TdClassName
{
border-color: #778BC8;
}
.TagClassName
{
border-color: #778BC8;
}
</style>