Shades of Wild Blue Yonder #778CCC
Tints of Wild Blue Yonder #778CCC
RGB
CMYK
RGB Variations
Color information
#778CCC (or 0x778CCC) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and CC. RGB value is (119,140,204). Sum of RGB (Red+Green+Blue) = 119+140+204=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #778CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CCC is #887333. Grayscale: #8C8C8C. Windows color (decimal): -8942388 or 13405303. OLE color: 13405303.
HSL color Cylindrical-coordinate representation of color #778CCC: hue angle of 225.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778CCC is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 140 | 204 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.2 |
| HSL | 225.18º | 0.45% | 0.63% | - |
| HSV(B) | 225.18º | 0.42% | 0.8% | - |
| XYZ | 27.88 | 27.04 | 60.88 | - |
| YUV | 141.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 204 | 0.42 | 0.31 | 0 | 0.2 | 225.18 | 0.45 | 0.63 |
| Hex | 77 | 8C | CC | 2A | 1F | 0 | 14 | E1 | 2D | 3F |
| Octal | 167 | 214 | 314 | 52 | 37 | 0 | 24 | 341 | 55 | 77 |
| Binary | 1110111 | 10001100 | 11001100 | 101010 | 11111 | 0 | 10100 | 11100001 | 101101 | 111111 |
Color Harmonies of #778CCC
Complementary color
Monochromatic Colors of #778CCC
Black with #778CCC
Text Example
Text Example
White with #778CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CCC; }
p { color: rgb(119,140,204); }
H1.HeaderClassName
{
color: #778CCC;
}
.AnyTagClassName
{
color: #778CCC;
}
</style>
background-color css
<style>
a { background-color: #778CCC; }
a { background-color: rgb(119,140,204); }
div.DivClassName
{
background-color: #778CCC;
}
.BgClassName
{
background-color: #778CCC;
}
</style>
border-color css
<style>
span { border-color: #778CCC; }
span { border-color: rgb(119,140,204); }
td.TdClassName
{
border-color: #778CCC;
}
.TagClassName
{
border-color: #778CCC;
}
</style>