Shades of Wild Blue Yonder #788FBF
Tints of Wild Blue Yonder #788FBF
RGB
CMYK
RGB Variations
Color information
#788FBF (or 0x788FBF) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and BF. RGB value is (120,143,191). Sum of RGB (Red+Green+Blue) = 120+143+191=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #788FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FBF is #877040. Grayscale: #8D8D8D. Windows color (decimal): -8876097 or 12554104. OLE color: 12554104.
HSL color Cylindrical-coordinate representation of color #788FBF: hue angle of 220.56º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #788FBF is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 143 | 191 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.25 |
| HSL | 220.56º | 0.36% | 0.61% | - |
| HSV(B) | 220.56º | 0.37% | 0.75% | - |
| XYZ | 26.97 | 27.4 | 53.16 | - |
| YUV | 141.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 191 | 0.37 | 0.25 | 0 | 0.25 | 220.56 | 0.36 | 0.61 |
| Hex | 78 | 8F | BF | 25 | 19 | 0 | 19 | DD | 24 | 3D |
| Octal | 170 | 217 | 277 | 45 | 31 | 0 | 31 | 335 | 44 | 75 |
| Binary | 1111000 | 10001111 | 10111111 | 100101 | 11001 | 0 | 11001 | 11011101 | 100100 | 111101 |
Color Harmonies of #788FBF
Complementary color
Monochromatic Colors of #788FBF
Black with #788FBF
Text Example
Text Example
White with #788FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FBF; }
p { color: rgb(120,143,191); }
H1.HeaderClassName
{
color: #788FBF;
}
.AnyTagClassName
{
color: #788FBF;
}
</style>
background-color css
<style>
a { background-color: #788FBF; }
a { background-color: rgb(120,143,191); }
div.DivClassName
{
background-color: #788FBF;
}
.BgClassName
{
background-color: #788FBF;
}
</style>
border-color css
<style>
span { border-color: #788FBF; }
span { border-color: rgb(120,143,191); }
td.TdClassName
{
border-color: #788FBF;
}
.TagClassName
{
border-color: #788FBF;
}
</style>