Shades of Wild Blue Yonder #788FB7
Tints of Wild Blue Yonder #788FB7
RGB
CMYK
RGB Variations
Color information
#788FB7 (or 0x788FB7) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and B7. RGB value is (120,143,183). Sum of RGB (Red+Green+Blue) = 120+143+183=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 183 - color contains mainly: blue. Hex color #788FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FB7 is #877048. Grayscale: #8C8C8C. Windows color (decimal): -8876105 or 12029816. OLE color: 12029816.
HSL color Cylindrical-coordinate representation of color #788FB7: hue angle of 218.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #788FB7 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 143 | 183 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.28 |
| HSL | 218.1º | 0.3% | 0.59% | - |
| HSV(B) | 218.1º | 0.34% | 0.72% | - |
| XYZ | 26.12 | 27.06 | 48.65 | - |
| YUV | 140.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 183 | 0.34 | 0.22 | 0 | 0.28 | 218.1 | 0.3 | 0.59 |
| Hex | 78 | 8F | B7 | 22 | 16 | 0 | 1C | DA | 1E | 3B |
| Octal | 170 | 217 | 267 | 42 | 26 | 0 | 34 | 332 | 36 | 73 |
| Binary | 1111000 | 10001111 | 10110111 | 100010 | 10110 | 0 | 11100 | 11011010 | 11110 | 111011 |
Color Harmonies of #788FB7
Complementary color
Monochromatic Colors of #788FB7
Black with #788FB7
Text Example
Text Example
White with #788FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FB7; }
p { color: rgb(120,143,183); }
H1.HeaderClassName
{
color: #788FB7;
}
.AnyTagClassName
{
color: #788FB7;
}
</style>
background-color css
<style>
a { background-color: #788FB7; }
a { background-color: rgb(120,143,183); }
div.DivClassName
{
background-color: #788FB7;
}
.BgClassName
{
background-color: #788FB7;
}
</style>
border-color css
<style>
span { border-color: #788FB7; }
span { border-color: rgb(120,143,183); }
td.TdClassName
{
border-color: #788FB7;
}
.TagClassName
{
border-color: #788FB7;
}
</style>