Shades of Wild Blue Yonder #7E8AB8
Tints of Wild Blue Yonder #7E8AB8
RGB
CMYK
RGB Variations
Color information
#7E8AB8 (or 0x7E8AB8) is known color: Wild Blue Yonder. HEX triplet: 7E, 8A and B8. RGB value is (126,138,184). Sum of RGB (Red+Green+Blue) = 126+138+184=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #7E8AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8AB8 is #817547. Grayscale: #8B8B8B. Windows color (decimal): -8484168 or 12094078. OLE color: 12094078.
HSL color Cylindrical-coordinate representation of color #7E8AB8: hue angle of 227.59º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E8AB8 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 138 | 184 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.28 |
| HSL | 227.59º | 0.29% | 0.61% | - |
| HSV(B) | 227.59º | 0.32% | 0.72% | - |
| XYZ | 26.34 | 26.07 | 48.99 | - |
| YUV | 139.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 184 | 0.32 | 0.25 | 0 | 0.28 | 227.59 | 0.29 | 0.61 |
| Hex | 7E | 8A | B8 | 20 | 19 | 0 | 1C | E4 | 1D | 3D |
| Octal | 176 | 212 | 270 | 40 | 31 | 0 | 34 | 344 | 35 | 75 |
| Binary | 1111110 | 10001010 | 10111000 | 100000 | 11001 | 0 | 11100 | 11100100 | 11101 | 111101 |
Color Harmonies of #7E8AB8
Complementary color
Monochromatic Colors of #7E8AB8
Black with #7E8AB8
Text Example
Text Example
White with #7E8AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8AB8; }
p { color: rgb(126,138,184); }
H1.HeaderClassName
{
color: #7E8AB8;
}
.AnyTagClassName
{
color: #7E8AB8;
}
</style>
background-color css
<style>
a { background-color: #7E8AB8; }
a { background-color: rgb(126,138,184); }
div.DivClassName
{
background-color: #7E8AB8;
}
.BgClassName
{
background-color: #7E8AB8;
}
</style>
border-color css
<style>
span { border-color: #7E8AB8; }
span { border-color: rgb(126,138,184); }
td.TdClassName
{
border-color: #7E8AB8;
}
.TagClassName
{
border-color: #7E8AB8;
}
</style>