Shades of Wild Blue Yonder #788CBA
Tints of Wild Blue Yonder #788CBA
RGB
CMYK
RGB Variations
Color information
#788CBA (or 0x788CBA) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and BA. RGB value is (120,140,186). Sum of RGB (Red+Green+Blue) = 120+140+186=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #788CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CBA is #877345. Grayscale: #8B8B8B. Windows color (decimal): -8876870 or 12225656. OLE color: 12225656.
HSL color Cylindrical-coordinate representation of color #788CBA: hue angle of 221.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #788CBA is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 140 | 186 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.27 |
| HSL | 221.82º | 0.32% | 0.6% | - |
| HSV(B) | 221.82º | 0.35% | 0.73% | - |
| XYZ | 25.99 | 26.29 | 50.16 | - |
| YUV | 139.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 186 | 0.35 | 0.25 | 0 | 0.27 | 221.82 | 0.32 | 0.6 |
| Hex | 78 | 8C | BA | 23 | 19 | 0 | 1B | DE | 20 | 3C |
| Octal | 170 | 214 | 272 | 43 | 31 | 0 | 33 | 336 | 40 | 74 |
| Binary | 1111000 | 10001100 | 10111010 | 100011 | 11001 | 0 | 11011 | 11011110 | 100000 | 111100 |
Color Harmonies of #788CBA
Complementary color
Monochromatic Colors of #788CBA
Black with #788CBA
Text Example
Text Example
White with #788CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788CBA; }
p { color: rgb(120,140,186); }
H1.HeaderClassName
{
color: #788CBA;
}
.AnyTagClassName
{
color: #788CBA;
}
</style>
background-color css
<style>
a { background-color: #788CBA; }
a { background-color: rgb(120,140,186); }
div.DivClassName
{
background-color: #788CBA;
}
.BgClassName
{
background-color: #788CBA;
}
</style>
border-color css
<style>
span { border-color: #788CBA; }
span { border-color: rgb(120,140,186); }
td.TdClassName
{
border-color: #788CBA;
}
.TagClassName
{
border-color: #788CBA;
}
</style>