Shades of Wild Blue Yonder #7E86B3
Tints of Wild Blue Yonder #7E86B3
RGB
CMYK
RGB Variations
Color information
#7E86B3 (or 0x7E86B3) is known color: Wild Blue Yonder. HEX triplet: 7E, 86 and B3. RGB value is (126,134,179). Sum of RGB (Red+Green+Blue) = 126+134+179=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #7E86B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E86B3 is #81794C. Grayscale: #888888. Windows color (decimal): -8485197 or 11765374. OLE color: 11765374.
HSL color Cylindrical-coordinate representation of color #7E86B3: hue angle of 230.94º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E86B3 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 134 | 179 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.30 |
| HSL | 230.94º | 0.26% | 0.6% | - |
| HSV(B) | 230.94º | 0.3% | 0.7% | - |
| XYZ | 25.27 | 24.74 | 46.09 | - |
| YUV | 136.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 179 | 0.30 | 0.25 | 0 | 0.30 | 230.94 | 0.26 | 0.6 |
| Hex | 7E | 86 | B3 | 1E | 19 | 0 | 1E | E7 | 1A | 3C |
| Octal | 176 | 206 | 263 | 36 | 31 | 0 | 36 | 347 | 32 | 74 |
| Binary | 1111110 | 10000110 | 10110011 | 11110 | 11001 | 0 | 11110 | 11100111 | 11010 | 111100 |
Color Harmonies of #7E86B3
Complementary color
Monochromatic Colors of #7E86B3
Black with #7E86B3
Text Example
Text Example
White with #7E86B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E86B3; }
p { color: rgb(126,134,179); }
H1.HeaderClassName
{
color: #7E86B3;
}
.AnyTagClassName
{
color: #7E86B3;
}
</style>
background-color css
<style>
a { background-color: #7E86B3; }
a { background-color: rgb(126,134,179); }
div.DivClassName
{
background-color: #7E86B3;
}
.BgClassName
{
background-color: #7E86B3;
}
</style>
border-color css
<style>
span { border-color: #7E86B3; }
span { border-color: rgb(126,134,179); }
td.TdClassName
{
border-color: #7E86B3;
}
.TagClassName
{
border-color: #7E86B3;
}
</style>