Shades of Wild Blue Yonder #7886BC
Tints of Wild Blue Yonder #7886BC
RGB
CMYK
RGB Variations
Color information
#7886BC (or 0x7886BC) is known color: Wild Blue Yonder. HEX triplet: 78, 86 and BC. RGB value is (120,134,188). Sum of RGB (Red+Green+Blue) = 120+134+188=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #7886BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886BC is #877943. Grayscale: #878787. Windows color (decimal): -8878404 or 12355192. OLE color: 12355192.
HSL color Cylindrical-coordinate representation of color #7886BC: hue angle of 227.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7886BC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 134 | 188 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.26 |
| HSL | 227.65º | 0.34% | 0.6% | - |
| HSV(B) | 227.65º | 0.36% | 0.74% | - |
| XYZ | 25.35 | 24.67 | 51 | - |
| YUV | 135.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 188 | 0.36 | 0.29 | 0 | 0.26 | 227.65 | 0.34 | 0.6 |
| Hex | 78 | 86 | BC | 24 | 1D | 0 | 1A | E4 | 22 | 3C |
| Octal | 170 | 206 | 274 | 44 | 35 | 0 | 32 | 344 | 42 | 74 |
| Binary | 1111000 | 10000110 | 10111100 | 100100 | 11101 | 0 | 11010 | 11100100 | 100010 | 111100 |
Color Harmonies of #7886BC
Complementary color
Monochromatic Colors of #7886BC
Black with #7886BC
Text Example
Text Example
White with #7886BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7886BC; }
p { color: rgb(120,134,188); }
H1.HeaderClassName
{
color: #7886BC;
}
.AnyTagClassName
{
color: #7886BC;
}
</style>
background-color css
<style>
a { background-color: #7886BC; }
a { background-color: rgb(120,134,188); }
div.DivClassName
{
background-color: #7886BC;
}
.BgClassName
{
background-color: #7886BC;
}
</style>
border-color css
<style>
span { border-color: #7886BC; }
span { border-color: rgb(120,134,188); }
td.TdClassName
{
border-color: #7886BC;
}
.TagClassName
{
border-color: #7886BC;
}
</style>