Shades of Wild Blue Yonder #7A81BA
Tints of Wild Blue Yonder #7A81BA
RGB
CMYK
RGB Variations
Color information
#7A81BA (or 0x7A81BA) is known color: Wild Blue Yonder. HEX triplet: 7A, 81 and BA. RGB value is (122,129,186). Sum of RGB (Red+Green+Blue) = 122+129+186=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A81BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81BA is #857E45. Grayscale: #858585. Windows color (decimal): -8748614 or 12222842. OLE color: 12222842.
HSL color Cylindrical-coordinate representation of color #7A81BA: hue angle of 233.44º 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 #7A81BA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 129 | 186 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.27 |
| HSL | 233.44º | 0.32% | 0.6% | - |
| HSV(B) | 233.44º | 0.34% | 0.73% | - |
| XYZ | 24.74 | 23.38 | 49.66 | - |
| YUV | 133.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 186 | 0.34 | 0.31 | 0 | 0.27 | 233.44 | 0.32 | 0.6 |
| Hex | 7A | 81 | BA | 22 | 1F | 0 | 1B | E9 | 20 | 3C |
| Octal | 172 | 201 | 272 | 42 | 37 | 0 | 33 | 351 | 40 | 74 |
| Binary | 1111010 | 10000001 | 10111010 | 100010 | 11111 | 0 | 11011 | 11101001 | 100000 | 111100 |
Color Harmonies of #7A81BA
Complementary color
Monochromatic Colors of #7A81BA
Black with #7A81BA
Text Example
Text Example
White with #7A81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81BA; }
p { color: rgb(122,129,186); }
H1.HeaderClassName
{
color: #7A81BA;
}
.AnyTagClassName
{
color: #7A81BA;
}
</style>
background-color css
<style>
a { background-color: #7A81BA; }
a { background-color: rgb(122,129,186); }
div.DivClassName
{
background-color: #7A81BA;
}
.BgClassName
{
background-color: #7A81BA;
}
</style>
border-color css
<style>
span { border-color: #7A81BA; }
span { border-color: rgb(122,129,186); }
td.TdClassName
{
border-color: #7A81BA;
}
.TagClassName
{
border-color: #7A81BA;
}
</style>