Shades of Wild Blue Yonder #7E8FB4
Tints of Wild Blue Yonder #7E8FB4
RGB
CMYK
RGB Variations
Color information
#7E8FB4 (or 0x7E8FB4) is known color: Wild Blue Yonder. HEX triplet: 7E, 8F and B4. RGB value is (126,143,180). Sum of RGB (Red+Green+Blue) = 126+143+180=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E8FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FB4 is #81704B. Grayscale: #8D8D8D. Windows color (decimal): -8482892 or 11833214. OLE color: 11833214.
HSL color Cylindrical-coordinate representation of color #7E8FB4: hue angle of 221.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E8FB4 is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 143 | 180 | - |
| CMYK | 0.3 | 0.21 | 0 | 0.29 |
| HSL | 221.11º | 0.26% | 0.6% | - |
| HSV(B) | 221.11º | 0.3% | 0.71% | - |
| XYZ | 26.66 | 27.38 | 47.06 | - |
| YUV | 142.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 180 | 0.3 | 0.21 | 0 | 0.29 | 221.11 | 0.26 | 0.6 |
| Hex | 7E | 8F | B4 | 1E | 15 | 0 | 1D | DD | 1A | 3C |
| Octal | 176 | 217 | 264 | 36 | 25 | 0 | 35 | 335 | 32 | 74 |
| Binary | 1111110 | 10001111 | 10110100 | 11110 | 10101 | 0 | 11101 | 11011101 | 11010 | 111100 |
Color Harmonies of #7E8FB4
Complementary color
Monochromatic Colors of #7E8FB4
Black with #7E8FB4
Text Example
Text Example
White with #7E8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FB4; }
p { color: rgb(126,143,180); }
H1.HeaderClassName
{
color: #7E8FB4;
}
.AnyTagClassName
{
color: #7E8FB4;
}
</style>
background-color css
<style>
a { background-color: #7E8FB4; }
a { background-color: rgb(126,143,180); }
div.DivClassName
{
background-color: #7E8FB4;
}
.BgClassName
{
background-color: #7E8FB4;
}
</style>
border-color css
<style>
span { border-color: #7E8FB4; }
span { border-color: rgb(126,143,180); }
td.TdClassName
{
border-color: #7E8FB4;
}
.TagClassName
{
border-color: #7E8FB4;
}
</style>