Shades of Wild Blue Yonder #7E85BE
Tints of Wild Blue Yonder #7E85BE
RGB
CMYK
RGB Variations
Color information
#7E85BE (or 0x7E85BE) is known color: Wild Blue Yonder. HEX triplet: 7E, 85 and BE. RGB value is (126,133,190). Sum of RGB (Red+Green+Blue) = 126+133+190=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85BE is #817A41. Grayscale: #898989. Windows color (decimal): -8485442 or 12486014. OLE color: 12486014.
HSL color Cylindrical-coordinate representation of color #7E85BE: hue angle of 233.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E85BE is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 133 | 190 | - |
| CMYK | 0.34 | 0.3 | 0 | 0.25 |
| HSL | 233.44º | 0.33% | 0.62% | - |
| HSV(B) | 233.44º | 0.34% | 0.75% | - |
| XYZ | 26.29 | 24.93 | 52.14 | - |
| YUV | 137.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 190 | 0.34 | 0.3 | 0 | 0.25 | 233.44 | 0.33 | 0.62 |
| Hex | 7E | 85 | BE | 22 | 1E | 0 | 19 | E9 | 21 | 3E |
| Octal | 176 | 205 | 276 | 42 | 36 | 0 | 31 | 351 | 41 | 76 |
| Binary | 1111110 | 10000101 | 10111110 | 100010 | 11110 | 0 | 11001 | 11101001 | 100001 | 111110 |
Color Harmonies of #7E85BE
Complementary color
Monochromatic Colors of #7E85BE
Black with #7E85BE
Text Example
Text Example
White with #7E85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E85BE; }
p { color: rgb(126,133,190); }
H1.HeaderClassName
{
color: #7E85BE;
}
.AnyTagClassName
{
color: #7E85BE;
}
</style>
background-color css
<style>
a { background-color: #7E85BE; }
a { background-color: rgb(126,133,190); }
div.DivClassName
{
background-color: #7E85BE;
}
.BgClassName
{
background-color: #7E85BE;
}
</style>
border-color css
<style>
span { border-color: #7E85BE; }
span { border-color: rgb(126,133,190); }
td.TdClassName
{
border-color: #7E85BE;
}
.TagClassName
{
border-color: #7E85BE;
}
</style>