Shades of Wild Blue Yonder #788FBC
Tints of Wild Blue Yonder #788FBC
RGB
CMYK
RGB Variations
Color information
#788FBC (or 0x788FBC) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and BC. RGB value is (120,143,188). Sum of RGB (Red+Green+Blue) = 120+143+188=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #788FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FBC is #877043. Grayscale: #8D8D8D. Windows color (decimal): -8876100 or 12357496. OLE color: 12357496.
HSL color Cylindrical-coordinate representation of color #788FBC: hue angle of 219.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #788FBC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 143 | 188 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.26 |
| HSL | 219.71º | 0.34% | 0.6% | - |
| HSV(B) | 219.71º | 0.36% | 0.74% | - |
| XYZ | 26.65 | 27.27 | 51.44 | - |
| YUV | 141.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 188 | 0.36 | 0.24 | 0 | 0.26 | 219.71 | 0.34 | 0.6 |
| Hex | 78 | 8F | BC | 24 | 18 | 0 | 1A | DC | 22 | 3C |
| Octal | 170 | 217 | 274 | 44 | 30 | 0 | 32 | 334 | 42 | 74 |
| Binary | 1111000 | 10001111 | 10111100 | 100100 | 11000 | 0 | 11010 | 11011100 | 100010 | 111100 |
Color Harmonies of #788FBC
Complementary color
Monochromatic Colors of #788FBC
Black with #788FBC
Text Example
Text Example
White with #788FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FBC; }
p { color: rgb(120,143,188); }
H1.HeaderClassName
{
color: #788FBC;
}
.AnyTagClassName
{
color: #788FBC;
}
</style>
background-color css
<style>
a { background-color: #788FBC; }
a { background-color: rgb(120,143,188); }
div.DivClassName
{
background-color: #788FBC;
}
.BgClassName
{
background-color: #788FBC;
}
</style>
border-color css
<style>
span { border-color: #788FBC; }
span { border-color: rgb(120,143,188); }
td.TdClassName
{
border-color: #788FBC;
}
.TagClassName
{
border-color: #788FBC;
}
</style>