Shades of Wild Blue Yonder #7A83BA
Tints of Wild Blue Yonder #7A83BA
RGB
CMYK
RGB Variations
Color information
#7A83BA (or 0x7A83BA) is known color: Wild Blue Yonder. HEX triplet: 7A, 83 and BA. RGB value is (122,131,186). Sum of RGB (Red+Green+Blue) = 122+131+186=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83BA is #857C45. Grayscale: #868686. Windows color (decimal): -8748102 or 12223354. OLE color: 12223354.
HSL color Cylindrical-coordinate representation of color #7A83BA: hue angle of 231.56º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A83BA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 131 | 186 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.27 |
| HSL | 231.56º | 0.32% | 0.6% | - |
| HSV(B) | 231.56º | 0.34% | 0.73% | - |
| XYZ | 25.01 | 23.92 | 49.75 | - |
| YUV | 134.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 186 | 0.34 | 0.30 | 0 | 0.27 | 231.56 | 0.32 | 0.6 |
| Hex | 7A | 83 | BA | 22 | 1E | 0 | 1B | E8 | 20 | 3C |
| Octal | 172 | 203 | 272 | 42 | 36 | 0 | 33 | 350 | 40 | 74 |
| Binary | 1111010 | 10000011 | 10111010 | 100010 | 11110 | 0 | 11011 | 11101000 | 100000 | 111100 |
Color Harmonies of #7A83BA
Complementary color
Monochromatic Colors of #7A83BA
Black with #7A83BA
Text Example
Text Example
White with #7A83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A83BA; }
p { color: rgb(122,131,186); }
H1.HeaderClassName
{
color: #7A83BA;
}
.AnyTagClassName
{
color: #7A83BA;
}
</style>
background-color css
<style>
a { background-color: #7A83BA; }
a { background-color: rgb(122,131,186); }
div.DivClassName
{
background-color: #7A83BA;
}
.BgClassName
{
background-color: #7A83BA;
}
</style>
border-color css
<style>
span { border-color: #7A83BA; }
span { border-color: rgb(122,131,186); }
td.TdClassName
{
border-color: #7A83BA;
}
.TagClassName
{
border-color: #7A83BA;
}
</style>