Shades of Wild Blue Yonder #7A86CF
Tints of Wild Blue Yonder #7A86CF
RGB
CMYK
RGB Variations
Color information
#7A86CF (or 0x7A86CF) is known color: Wild Blue Yonder. HEX triplet: 7A, 86 and CF. RGB value is (122,134,207). Sum of RGB (Red+Green+Blue) = 122+134+207=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A86CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A86CF is #857930. Grayscale: #8A8A8A. Windows color (decimal): -8747313 or 13600378. OLE color: 13600378.
HSL color Cylindrical-coordinate representation of color #7A86CF: hue angle of 231.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A86CF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 134 | 207 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.19 |
| HSL | 231.53º | 0.47% | 0.65% | - |
| HSV(B) | 231.53º | 0.41% | 0.81% | - |
| XYZ | 27.81 | 25.69 | 62.52 | - |
| YUV | 138.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 207 | 0.41 | 0.35 | 0 | 0.19 | 231.53 | 0.47 | 0.65 |
| Hex | 7A | 86 | CF | 29 | 23 | 0 | 13 | E8 | 2F | 41 |
| Octal | 172 | 206 | 317 | 51 | 43 | 0 | 23 | 350 | 57 | 101 |
| Binary | 1111010 | 10000110 | 11001111 | 101001 | 100011 | 0 | 10011 | 11101000 | 101111 | 1000001 |
Color Harmonies of #7A86CF
Complementary color
Monochromatic Colors of #7A86CF
Black with #7A86CF
Text Example
Text Example
White with #7A86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A86CF; }
p { color: rgb(122,134,207); }
H1.HeaderClassName
{
color: #7A86CF;
}
.AnyTagClassName
{
color: #7A86CF;
}
</style>
background-color css
<style>
a { background-color: #7A86CF; }
a { background-color: rgb(122,134,207); }
div.DivClassName
{
background-color: #7A86CF;
}
.BgClassName
{
background-color: #7A86CF;
}
</style>
border-color css
<style>
span { border-color: #7A86CF; }
span { border-color: rgb(122,134,207); }
td.TdClassName
{
border-color: #7A86CF;
}
.TagClassName
{
border-color: #7A86CF;
}
</style>