Shades of Wild Blue Yonder #7E8BBC
Tints of Wild Blue Yonder #7E8BBC
RGB
CMYK
RGB Variations
Color information
#7E8BBC (or 0x7E8BBC) is known color: Wild Blue Yonder. HEX triplet: 7E, 8B and BC. RGB value is (126,139,188). Sum of RGB (Red+Green+Blue) = 126+139+188=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E8BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BBC is #817443. Grayscale: #8C8C8C. Windows color (decimal): -8483908 or 12356478. OLE color: 12356478.
HSL color Cylindrical-coordinate representation of color #7E8BBC: hue angle of 227.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E8BBC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 139 | 188 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.26 |
| HSL | 227.42º | 0.32% | 0.62% | - |
| HSV(B) | 227.42º | 0.33% | 0.74% | - |
| XYZ | 26.91 | 26.53 | 51.28 | - |
| YUV | 140.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 188 | 0.33 | 0.26 | 0 | 0.26 | 227.42 | 0.32 | 0.62 |
| Hex | 7E | 8B | BC | 21 | 1A | 0 | 1A | E3 | 20 | 3E |
| Octal | 176 | 213 | 274 | 41 | 32 | 0 | 32 | 343 | 40 | 76 |
| Binary | 1111110 | 10001011 | 10111100 | 100001 | 11010 | 0 | 11010 | 11100011 | 100000 | 111110 |
Color Harmonies of #7E8BBC
Complementary color
Monochromatic Colors of #7E8BBC
Black with #7E8BBC
Text Example
Text Example
White with #7E8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BBC; }
p { color: rgb(126,139,188); }
H1.HeaderClassName
{
color: #7E8BBC;
}
.AnyTagClassName
{
color: #7E8BBC;
}
</style>
background-color css
<style>
a { background-color: #7E8BBC; }
a { background-color: rgb(126,139,188); }
div.DivClassName
{
background-color: #7E8BBC;
}
.BgClassName
{
background-color: #7E8BBC;
}
</style>
border-color css
<style>
span { border-color: #7E8BBC; }
span { border-color: rgb(126,139,188); }
td.TdClassName
{
border-color: #7E8BBC;
}
.TagClassName
{
border-color: #7E8BBC;
}
</style>