Shades of Wild Blue Yonder #7A86BF
Tints of Wild Blue Yonder #7A86BF
RGB
CMYK
RGB Variations
Color information
#7A86BF (or 0x7A86BF) is known color: Wild Blue Yonder. HEX triplet: 7A, 86 and BF. RGB value is (122,134,191). Sum of RGB (Red+Green+Blue) = 122+134+191=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A86BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A86BF is #857940. Grayscale: #888888. Windows color (decimal): -8747329 or 12551802. OLE color: 12551802.
HSL color Cylindrical-coordinate representation of color #7A86BF: hue angle of 229.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A86BF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 134 | 191 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.25 |
| HSL | 229.57º | 0.35% | 0.61% | - |
| HSV(B) | 229.57º | 0.36% | 0.75% | - |
| XYZ | 25.96 | 24.95 | 52.74 | - |
| YUV | 136.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 191 | 0.36 | 0.30 | 0 | 0.25 | 229.57 | 0.35 | 0.61 |
| Hex | 7A | 86 | BF | 24 | 1E | 0 | 19 | E6 | 23 | 3D |
| Octal | 172 | 206 | 277 | 44 | 36 | 0 | 31 | 346 | 43 | 75 |
| Binary | 1111010 | 10000110 | 10111111 | 100100 | 11110 | 0 | 11001 | 11100110 | 100011 | 111101 |
Color Harmonies of #7A86BF
Complementary color
Monochromatic Colors of #7A86BF
Black with #7A86BF
Text Example
Text Example
White with #7A86BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A86BF; }
p { color: rgb(122,134,191); }
H1.HeaderClassName
{
color: #7A86BF;
}
.AnyTagClassName
{
color: #7A86BF;
}
</style>
background-color css
<style>
a { background-color: #7A86BF; }
a { background-color: rgb(122,134,191); }
div.DivClassName
{
background-color: #7A86BF;
}
.BgClassName
{
background-color: #7A86BF;
}
</style>
border-color css
<style>
span { border-color: #7A86BF; }
span { border-color: rgb(122,134,191); }
td.TdClassName
{
border-color: #7A86BF;
}
.TagClassName
{
border-color: #7A86BF;
}
</style>