Shades of Wild Blue Yonder #778FCE
Tints of Wild Blue Yonder #778FCE
RGB
CMYK
RGB Variations
Color information
#778FCE (or 0x778FCE) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and CE. RGB value is (119,143,206). Sum of RGB (Red+Green+Blue) = 119+143+206=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #778FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FCE is #887031. Grayscale: #8E8E8E. Windows color (decimal): -8941618 or 13537143. OLE color: 13537143.
HSL color Cylindrical-coordinate representation of color #778FCE: hue angle of 223.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778FCE is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 143 | 206 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.19 |
| HSL | 223.45º | 0.47% | 0.64% | - |
| HSV(B) | 223.45º | 0.42% | 0.81% | - |
| XYZ | 28.57 | 28.02 | 62.3 | - |
| YUV | 143.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 206 | 0.42 | 0.31 | 0 | 0.19 | 223.45 | 0.47 | 0.64 |
| Hex | 77 | 8F | CE | 2A | 1F | 0 | 13 | DF | 2F | 40 |
| Octal | 167 | 217 | 316 | 52 | 37 | 0 | 23 | 337 | 57 | 100 |
| Binary | 1110111 | 10001111 | 11001110 | 101010 | 11111 | 0 | 10011 | 11011111 | 101111 | 1000000 |
Color Harmonies of #778FCE
Complementary color
Monochromatic Colors of #778FCE
Black with #778FCE
Text Example
Text Example
White with #778FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FCE; }
p { color: rgb(119,143,206); }
H1.HeaderClassName
{
color: #778FCE;
}
.AnyTagClassName
{
color: #778FCE;
}
</style>
background-color css
<style>
a { background-color: #778FCE; }
a { background-color: rgb(119,143,206); }
div.DivClassName
{
background-color: #778FCE;
}
.BgClassName
{
background-color: #778FCE;
}
</style>
border-color css
<style>
span { border-color: #778FCE; }
span { border-color: rgb(119,143,206); }
td.TdClassName
{
border-color: #778FCE;
}
.TagClassName
{
border-color: #778FCE;
}
</style>