Shades of Wild Blue Yonder #788EBA
Tints of Wild Blue Yonder #788EBA
RGB
CMYK
RGB Variations
Color information
#788EBA (or 0x788EBA) is known color: Wild Blue Yonder. HEX triplet: 78, 8E and BA. RGB value is (120,142,186). Sum of RGB (Red+Green+Blue) = 120+142+186=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #788EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EBA is #877145. Grayscale: #8C8C8C. Windows color (decimal): -8876358 or 12226168. OLE color: 12226168.
HSL color Cylindrical-coordinate representation of color #788EBA: hue angle of 220º 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 #788EBA is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 142 | 186 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.27 |
| HSL | 220º | 0.32% | 0.6% | - |
| HSV(B) | 220º | 0.35% | 0.73% | - |
| XYZ | 26.28 | 26.88 | 50.26 | - |
| YUV | 140.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 186 | 0.35 | 0.24 | 0 | 0.27 | 220 | 0.32 | 0.6 |
| Hex | 78 | 8E | BA | 23 | 18 | 0 | 1B | DC | 20 | 3C |
| Octal | 170 | 216 | 272 | 43 | 30 | 0 | 33 | 334 | 40 | 74 |
| Binary | 1111000 | 10001110 | 10111010 | 100011 | 11000 | 0 | 11011 | 11011100 | 100000 | 111100 |
Color Harmonies of #788EBA
Complementary color
Monochromatic Colors of #788EBA
Black with #788EBA
Text Example
Text Example
White with #788EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788EBA; }
p { color: rgb(120,142,186); }
H1.HeaderClassName
{
color: #788EBA;
}
.AnyTagClassName
{
color: #788EBA;
}
</style>
background-color css
<style>
a { background-color: #788EBA; }
a { background-color: rgb(120,142,186); }
div.DivClassName
{
background-color: #788EBA;
}
.BgClassName
{
background-color: #788EBA;
}
</style>
border-color css
<style>
span { border-color: #788EBA; }
span { border-color: rgb(120,142,186); }
td.TdClassName
{
border-color: #788EBA;
}
.TagClassName
{
border-color: #788EBA;
}
</style>