Shades of Wild Blue Yonder #7E85AF
Tints of Wild Blue Yonder #7E85AF
RGB
CMYK
RGB Variations
Color information
#7E85AF (or 0x7E85AF) is known color: Wild Blue Yonder. HEX triplet: 7E, 85 and AF. RGB value is (126,133,175). Sum of RGB (Red+Green+Blue) = 126+133+175=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E85AF is #817A50. Grayscale: #878787. Windows color (decimal): -8485457 or 11502974. OLE color: 11502974.
HSL color Cylindrical-coordinate representation of color #7E85AF: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E85AF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 133 | 175 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.31 |
| HSL | 231.43º | 0.23% | 0.59% | - |
| HSV(B) | 231.43º | 0.28% | 0.69% | - |
| XYZ | 24.73 | 24.31 | 43.95 | - |
| YUV | 135.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 175 | 0.28 | 0.24 | 0 | 0.31 | 231.43 | 0.23 | 0.59 |
| Hex | 7E | 85 | AF | 1C | 18 | 0 | 1F | E7 | 17 | 3B |
| Octal | 176 | 205 | 257 | 34 | 30 | 0 | 37 | 347 | 27 | 73 |
| Binary | 1111110 | 10000101 | 10101111 | 11100 | 11000 | 0 | 11111 | 11100111 | 10111 | 111011 |
Color Harmonies of #7E85AF
Complementary color
Monochromatic Colors of #7E85AF
Black with #7E85AF
Text Example
Text Example
White with #7E85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E85AF; }
p { color: rgb(126,133,175); }
H1.HeaderClassName
{
color: #7E85AF;
}
.AnyTagClassName
{
color: #7E85AF;
}
</style>
background-color css
<style>
a { background-color: #7E85AF; }
a { background-color: rgb(126,133,175); }
div.DivClassName
{
background-color: #7E85AF;
}
.BgClassName
{
background-color: #7E85AF;
}
</style>
border-color css
<style>
span { border-color: #7E85AF; }
span { border-color: rgb(126,133,175); }
td.TdClassName
{
border-color: #7E85AF;
}
.TagClassName
{
border-color: #7E85AF;
}
</style>