Shades of Wild Blue Yonder #7E8BBA
Tints of Wild Blue Yonder #7E8BBA
RGB
CMYK
RGB Variations
Color information
#7E8BBA (or 0x7E8BBA) is known color: Wild Blue Yonder. HEX triplet: 7E, 8B and BA. RGB value is (126,139,186). Sum of RGB (Red+Green+Blue) = 126+139+186=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E8BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BBA is #817445. Grayscale: #8C8C8C. Windows color (decimal): -8483910 or 12225406. OLE color: 12225406.
HSL color Cylindrical-coordinate representation of color #7E8BBA: hue angle of 227º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E8BBA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 139 | 186 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.27 |
| HSL | 227º | 0.3% | 0.61% | - |
| HSV(B) | 227º | 0.32% | 0.73% | - |
| XYZ | 26.7 | 26.45 | 50.15 | - |
| YUV | 140.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 186 | 0.32 | 0.25 | 0 | 0.27 | 227 | 0.3 | 0.61 |
| Hex | 7E | 8B | BA | 20 | 19 | 0 | 1B | E3 | 1E | 3D |
| Octal | 176 | 213 | 272 | 40 | 31 | 0 | 33 | 343 | 36 | 75 |
| Binary | 1111110 | 10001011 | 10111010 | 100000 | 11001 | 0 | 11011 | 11100011 | 11110 | 111101 |
Color Harmonies of #7E8BBA
Complementary color
Monochromatic Colors of #7E8BBA
Black with #7E8BBA
Text Example
Text Example
White with #7E8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BBA; }
p { color: rgb(126,139,186); }
H1.HeaderClassName
{
color: #7E8BBA;
}
.AnyTagClassName
{
color: #7E8BBA;
}
</style>
background-color css
<style>
a { background-color: #7E8BBA; }
a { background-color: rgb(126,139,186); }
div.DivClassName
{
background-color: #7E8BBA;
}
.BgClassName
{
background-color: #7E8BBA;
}
</style>
border-color css
<style>
span { border-color: #7E8BBA; }
span { border-color: rgb(126,139,186); }
td.TdClassName
{
border-color: #7E8BBA;
}
.TagClassName
{
border-color: #7E8BBA;
}
</style>