Shades of Wild Blue Yonder #7886BE
Tints of Wild Blue Yonder #7886BE
RGB
CMYK
RGB Variations
Color information
#7886BE (or 0x7886BE) is known color: Wild Blue Yonder. HEX triplet: 78, 86 and BE. RGB value is (120,134,190). Sum of RGB (Red+Green+Blue) = 120+134+190=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #7886BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886BE is #877941. Grayscale: #878787. Windows color (decimal): -8878402 or 12486264. OLE color: 12486264.
HSL color Cylindrical-coordinate representation of color #7886BE: hue angle of 228º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7886BE is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 134 | 190 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.25 |
| HSL | 228º | 0.35% | 0.61% | - |
| HSV(B) | 228º | 0.37% | 0.75% | - |
| XYZ | 25.57 | 24.76 | 52.15 | - |
| YUV | 136.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 190 | 0.37 | 0.29 | 0 | 0.25 | 228 | 0.35 | 0.61 |
| Hex | 78 | 86 | BE | 25 | 1D | 0 | 19 | E4 | 23 | 3D |
| Octal | 170 | 206 | 276 | 45 | 35 | 0 | 31 | 344 | 43 | 75 |
| Binary | 1111000 | 10000110 | 10111110 | 100101 | 11101 | 0 | 11001 | 11100100 | 100011 | 111101 |
Color Harmonies of #7886BE
Complementary color
Monochromatic Colors of #7886BE
Black with #7886BE
Text Example
Text Example
White with #7886BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7886BE; }
p { color: rgb(120,134,190); }
H1.HeaderClassName
{
color: #7886BE;
}
.AnyTagClassName
{
color: #7886BE;
}
</style>
background-color css
<style>
a { background-color: #7886BE; }
a { background-color: rgb(120,134,190); }
div.DivClassName
{
background-color: #7886BE;
}
.BgClassName
{
background-color: #7886BE;
}
</style>
border-color css
<style>
span { border-color: #7886BE; }
span { border-color: rgb(120,134,190); }
td.TdClassName
{
border-color: #7886BE;
}
.TagClassName
{
border-color: #7886BE;
}
</style>