Shades of Wild Blue Yonder #7E8CBA
Tints of Wild Blue Yonder #7E8CBA
RGB
CMYK
RGB Variations
Color information
#7E8CBA (or 0x7E8CBA) is known color: Wild Blue Yonder. HEX triplet: 7E, 8C and BA. RGB value is (126,140,186). Sum of RGB (Red+Green+Blue) = 126+140+186=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CBA is #817345. Grayscale: #8C8C8C. Windows color (decimal): -8483654 or 12225662. OLE color: 12225662.
HSL color Cylindrical-coordinate representation of color #7E8CBA: hue angle of 226º 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 #7E8CBA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 140 | 186 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.27 |
| HSL | 226º | 0.3% | 0.61% | - |
| HSV(B) | 226º | 0.32% | 0.73% | - |
| XYZ | 26.85 | 26.74 | 50.2 | - |
| YUV | 141.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 186 | 0.32 | 0.25 | 0 | 0.27 | 226 | 0.3 | 0.61 |
| Hex | 7E | 8C | BA | 20 | 19 | 0 | 1B | E2 | 1E | 3D |
| Octal | 176 | 214 | 272 | 40 | 31 | 0 | 33 | 342 | 36 | 75 |
| Binary | 1111110 | 10001100 | 10111010 | 100000 | 11001 | 0 | 11011 | 11100010 | 11110 | 111101 |
Color Harmonies of #7E8CBA
Complementary color
Monochromatic Colors of #7E8CBA
Black with #7E8CBA
Text Example
Text Example
White with #7E8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CBA; }
p { color: rgb(126,140,186); }
H1.HeaderClassName
{
color: #7E8CBA;
}
.AnyTagClassName
{
color: #7E8CBA;
}
</style>
background-color css
<style>
a { background-color: #7E8CBA; }
a { background-color: rgb(126,140,186); }
div.DivClassName
{
background-color: #7E8CBA;
}
.BgClassName
{
background-color: #7E8CBA;
}
</style>
border-color css
<style>
span { border-color: #7E8CBA; }
span { border-color: rgb(126,140,186); }
td.TdClassName
{
border-color: #7E8CBA;
}
.TagClassName
{
border-color: #7E8CBA;
}
</style>