Shades of Wild Blue Yonder #7E8BBD
Tints of Wild Blue Yonder #7E8BBD
RGB
CMYK
RGB Variations
Color information
#7E8BBD (or 0x7E8BBD) is known color: Wild Blue Yonder. HEX triplet: 7E, 8B and BD. RGB value is (126,139,189). Sum of RGB (Red+Green+Blue) = 126+139+189=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E8BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BBD is #817442. Grayscale: #8C8C8C. Windows color (decimal): -8483907 or 12422014. OLE color: 12422014.
HSL color Cylindrical-coordinate representation of color #7E8BBD: hue angle of 227.62º 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 #7E8BBD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 139 | 189 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.26 |
| HSL | 227.62º | 0.32% | 0.62% | - |
| HSV(B) | 227.62º | 0.33% | 0.74% | - |
| XYZ | 27.02 | 26.57 | 51.85 | - |
| YUV | 140.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 189 | 0.33 | 0.26 | 0 | 0.26 | 227.62 | 0.32 | 0.62 |
| Hex | 7E | 8B | BD | 21 | 1A | 0 | 1A | E4 | 20 | 3E |
| Octal | 176 | 213 | 275 | 41 | 32 | 0 | 32 | 344 | 40 | 76 |
| Binary | 1111110 | 10001011 | 10111101 | 100001 | 11010 | 0 | 11010 | 11100100 | 100000 | 111110 |
Color Harmonies of #7E8BBD
Complementary color
Monochromatic Colors of #7E8BBD
Black with #7E8BBD
Text Example
Text Example
White with #7E8BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BBD; }
p { color: rgb(126,139,189); }
H1.HeaderClassName
{
color: #7E8BBD;
}
.AnyTagClassName
{
color: #7E8BBD;
}
</style>
background-color css
<style>
a { background-color: #7E8BBD; }
a { background-color: rgb(126,139,189); }
div.DivClassName
{
background-color: #7E8BBD;
}
.BgClassName
{
background-color: #7E8BBD;
}
</style>
border-color css
<style>
span { border-color: #7E8BBD; }
span { border-color: rgb(126,139,189); }
td.TdClassName
{
border-color: #7E8BBD;
}
.TagClassName
{
border-color: #7E8BBD;
}
</style>