Shades of Wild Blue Yonder #788BB9
Tints of Wild Blue Yonder #788BB9
RGB
CMYK
RGB Variations
Color information
#788BB9 (or 0x788BB9) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and B9. RGB value is (120,139,185). Sum of RGB (Red+Green+Blue) = 120+139+185=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #788BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BB9 is #877446. Grayscale: #8A8A8A. Windows color (decimal): -8877127 or 12159864. OLE color: 12159864.
HSL color Cylindrical-coordinate representation of color #788BB9: hue angle of 222.46º 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 #788BB9 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 139 | 185 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.27 |
| HSL | 222.46º | 0.32% | 0.6% | - |
| HSV(B) | 222.46º | 0.35% | 0.73% | - |
| XYZ | 25.74 | 25.96 | 49.55 | - |
| YUV | 138.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 185 | 0.35 | 0.25 | 0 | 0.27 | 222.46 | 0.32 | 0.6 |
| Hex | 78 | 8B | B9 | 23 | 19 | 0 | 1B | DE | 20 | 3C |
| Octal | 170 | 213 | 271 | 43 | 31 | 0 | 33 | 336 | 40 | 74 |
| Binary | 1111000 | 10001011 | 10111001 | 100011 | 11001 | 0 | 11011 | 11011110 | 100000 | 111100 |
Color Harmonies of #788BB9
Complementary color
Monochromatic Colors of #788BB9
Black with #788BB9
Text Example
Text Example
White with #788BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BB9; }
p { color: rgb(120,139,185); }
H1.HeaderClassName
{
color: #788BB9;
}
.AnyTagClassName
{
color: #788BB9;
}
</style>
background-color css
<style>
a { background-color: #788BB9; }
a { background-color: rgb(120,139,185); }
div.DivClassName
{
background-color: #788BB9;
}
.BgClassName
{
background-color: #788BB9;
}
</style>
border-color css
<style>
span { border-color: #788BB9; }
span { border-color: rgb(120,139,185); }
td.TdClassName
{
border-color: #788BB9;
}
.TagClassName
{
border-color: #788BB9;
}
</style>