Shades of Wild Blue Yonder #7E84BF
Tints of Wild Blue Yonder #7E84BF
RGB
CMYK
RGB Variations
Color information
#7E84BF (or 0x7E84BF) is known color: Wild Blue Yonder. HEX triplet: 7E, 84 and BF. RGB value is (126,132,191). Sum of RGB (Red+Green+Blue) = 126+132+191=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E84BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E84BF is #817B40. Grayscale: #888888. Windows color (decimal): -8485697 or 12551294. OLE color: 12551294.
HSL color Cylindrical-coordinate representation of color #7E84BF: hue angle of 234.46º degrees, saturation: 0.34, 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 #7E84BF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 132 | 191 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.25 |
| HSL | 234.46º | 0.34% | 0.62% | - |
| HSV(B) | 234.46º | 0.34% | 0.75% | - |
| XYZ | 26.26 | 24.7 | 52.67 | - |
| YUV | 136.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 191 | 0.34 | 0.31 | 0 | 0.25 | 234.46 | 0.34 | 0.62 |
| Hex | 7E | 84 | BF | 22 | 1F | 0 | 19 | EA | 22 | 3E |
| Octal | 176 | 204 | 277 | 42 | 37 | 0 | 31 | 352 | 42 | 76 |
| Binary | 1111110 | 10000100 | 10111111 | 100010 | 11111 | 0 | 11001 | 11101010 | 100010 | 111110 |
Color Harmonies of #7E84BF
Complementary color
Monochromatic Colors of #7E84BF
Black with #7E84BF
Text Example
Text Example
White with #7E84BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E84BF; }
p { color: rgb(126,132,191); }
H1.HeaderClassName
{
color: #7E84BF;
}
.AnyTagClassName
{
color: #7E84BF;
}
</style>
background-color css
<style>
a { background-color: #7E84BF; }
a { background-color: rgb(126,132,191); }
div.DivClassName
{
background-color: #7E84BF;
}
.BgClassName
{
background-color: #7E84BF;
}
</style>
border-color css
<style>
span { border-color: #7E84BF; }
span { border-color: rgb(126,132,191); }
td.TdClassName
{
border-color: #7E84BF;
}
.TagClassName
{
border-color: #7E84BF;
}
</style>