Shades of Wild Blue Yonder #778CB8
Tints of Wild Blue Yonder #778CB8
RGB
CMYK
RGB Variations
Color information
#778CB8 (or 0x778CB8) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and B8. RGB value is (119,140,184). Sum of RGB (Red+Green+Blue) = 119+140+184=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #778CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CB8 is #887347. Grayscale: #8A8A8A. Windows color (decimal): -8942408 or 12094583. OLE color: 12094583.
HSL color Cylindrical-coordinate representation of color #778CB8: hue angle of 220.62º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #778CB8 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 140 | 184 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.28 |
| HSL | 220.62º | 0.31% | 0.59% | - |
| HSV(B) | 220.62º | 0.35% | 0.72% | - |
| XYZ | 25.64 | 26.14 | 49.04 | - |
| YUV | 138.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 184 | 0.35 | 0.24 | 0 | 0.28 | 220.62 | 0.31 | 0.59 |
| Hex | 77 | 8C | B8 | 23 | 18 | 0 | 1C | DD | 1F | 3B |
| Octal | 167 | 214 | 270 | 43 | 30 | 0 | 34 | 335 | 37 | 73 |
| Binary | 1110111 | 10001100 | 10111000 | 100011 | 11000 | 0 | 11100 | 11011101 | 11111 | 111011 |
Color Harmonies of #778CB8
Complementary color
Monochromatic Colors of #778CB8
Black with #778CB8
Text Example
Text Example
White with #778CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CB8; }
p { color: rgb(119,140,184); }
H1.HeaderClassName
{
color: #778CB8;
}
.AnyTagClassName
{
color: #778CB8;
}
</style>
background-color css
<style>
a { background-color: #778CB8; }
a { background-color: rgb(119,140,184); }
div.DivClassName
{
background-color: #778CB8;
}
.BgClassName
{
background-color: #778CB8;
}
</style>
border-color css
<style>
span { border-color: #778CB8; }
span { border-color: rgb(119,140,184); }
td.TdClassName
{
border-color: #778CB8;
}
.TagClassName
{
border-color: #778CB8;
}
</style>