Shades of Wild Blue Yonder #778BCF
Tints of Wild Blue Yonder #778BCF
RGB
CMYK
RGB Variations
Color information
#778BCF (or 0x778BCF) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and CF. RGB value is (119,139,207). Sum of RGB (Red+Green+Blue) = 119+139+207=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #778BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BCF is #887430. Grayscale: #8C8C8C. Windows color (decimal): -8942641 or 13601655. OLE color: 13601655.
HSL color Cylindrical-coordinate representation of color #778BCF: hue angle of 226.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778BCF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 139 | 207 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.19 |
| HSL | 226.36º | 0.48% | 0.64% | - |
| HSV(B) | 226.36º | 0.43% | 0.81% | - |
| XYZ | 28.1 | 26.89 | 62.74 | - |
| YUV | 140.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 207 | 0.43 | 0.33 | 0 | 0.19 | 226.36 | 0.48 | 0.64 |
| Hex | 77 | 8B | CF | 2B | 21 | 0 | 13 | E2 | 30 | 40 |
| Octal | 167 | 213 | 317 | 53 | 41 | 0 | 23 | 342 | 60 | 100 |
| Binary | 1110111 | 10001011 | 11001111 | 101011 | 100001 | 0 | 10011 | 11100010 | 110000 | 1000000 |
Color Harmonies of #778BCF
Complementary color
Monochromatic Colors of #778BCF
Black with #778BCF
Text Example
Text Example
White with #778BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BCF; }
p { color: rgb(119,139,207); }
H1.HeaderClassName
{
color: #778BCF;
}
.AnyTagClassName
{
color: #778BCF;
}
</style>
background-color css
<style>
a { background-color: #778BCF; }
a { background-color: rgb(119,139,207); }
div.DivClassName
{
background-color: #778BCF;
}
.BgClassName
{
background-color: #778BCF;
}
</style>
border-color css
<style>
span { border-color: #778BCF; }
span { border-color: rgb(119,139,207); }
td.TdClassName
{
border-color: #778BCF;
}
.TagClassName
{
border-color: #778BCF;
}
</style>