Shades of Wild Blue Yonder #7885BA
Tints of Wild Blue Yonder #7885BA
RGB
CMYK
RGB Variations
Color information
#7885BA (or 0x7885BA) is known color: Wild Blue Yonder. HEX triplet: 78, 85 and BA. RGB value is (120,133,186). Sum of RGB (Red+Green+Blue) = 120+133+186=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7885BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885BA is #877A45. Grayscale: #868686. Windows color (decimal): -8878662 or 12223864. OLE color: 12223864.
HSL color Cylindrical-coordinate representation of color #7885BA: hue angle of 228.18º 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 #7885BA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 133 | 186 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.27 |
| HSL | 228.18º | 0.32% | 0.6% | - |
| HSV(B) | 228.18º | 0.35% | 0.73% | - |
| XYZ | 25 | 24.31 | 49.83 | - |
| YUV | 135.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 186 | 0.35 | 0.28 | 0 | 0.27 | 228.18 | 0.32 | 0.6 |
| Hex | 78 | 85 | BA | 23 | 1C | 0 | 1B | E4 | 20 | 3C |
| Octal | 170 | 205 | 272 | 43 | 34 | 0 | 33 | 344 | 40 | 74 |
| Binary | 1111000 | 10000101 | 10111010 | 100011 | 11100 | 0 | 11011 | 11100100 | 100000 | 111100 |
Color Harmonies of #7885BA
Complementary color
Monochromatic Colors of #7885BA
Black with #7885BA
Text Example
Text Example
White with #7885BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885BA; }
p { color: rgb(120,133,186); }
H1.HeaderClassName
{
color: #7885BA;
}
.AnyTagClassName
{
color: #7885BA;
}
</style>
background-color css
<style>
a { background-color: #7885BA; }
a { background-color: rgb(120,133,186); }
div.DivClassName
{
background-color: #7885BA;
}
.BgClassName
{
background-color: #7885BA;
}
</style>
border-color css
<style>
span { border-color: #7885BA; }
span { border-color: rgb(120,133,186); }
td.TdClassName
{
border-color: #7885BA;
}
.TagClassName
{
border-color: #7885BA;
}
</style>