Shades of Wild Blue Yonder #7A86BD
Tints of Wild Blue Yonder #7A86BD
RGB
CMYK
RGB Variations
Color information
#7A86BD (or 0x7A86BD) is known color: Wild Blue Yonder. HEX triplet: 7A, 86 and BD. RGB value is (122,134,189). Sum of RGB (Red+Green+Blue) = 122+134+189=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A86BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A86BD is #857942. Grayscale: #888888. Windows color (decimal): -8747331 or 12420730. OLE color: 12420730.
HSL color Cylindrical-coordinate representation of color #7A86BD: hue angle of 229.25º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A86BD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 134 | 189 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.26 |
| HSL | 229.25º | 0.34% | 0.61% | - |
| HSV(B) | 229.25º | 0.35% | 0.74% | - |
| XYZ | 25.74 | 24.86 | 51.59 | - |
| YUV | 136.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 189 | 0.35 | 0.29 | 0 | 0.26 | 229.25 | 0.34 | 0.61 |
| Hex | 7A | 86 | BD | 23 | 1D | 0 | 1A | E5 | 22 | 3D |
| Octal | 172 | 206 | 275 | 43 | 35 | 0 | 32 | 345 | 42 | 75 |
| Binary | 1111010 | 10000110 | 10111101 | 100011 | 11101 | 0 | 11010 | 11100101 | 100010 | 111101 |
Color Harmonies of #7A86BD
Complementary color
Monochromatic Colors of #7A86BD
Black with #7A86BD
Text Example
Text Example
White with #7A86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A86BD; }
p { color: rgb(122,134,189); }
H1.HeaderClassName
{
color: #7A86BD;
}
.AnyTagClassName
{
color: #7A86BD;
}
</style>
background-color css
<style>
a { background-color: #7A86BD; }
a { background-color: rgb(122,134,189); }
div.DivClassName
{
background-color: #7A86BD;
}
.BgClassName
{
background-color: #7A86BD;
}
</style>
border-color css
<style>
span { border-color: #7A86BD; }
span { border-color: rgb(122,134,189); }
td.TdClassName
{
border-color: #7A86BD;
}
.TagClassName
{
border-color: #7A86BD;
}
</style>