Shades of Wild Blue Yonder #7A7FBA
Tints of Wild Blue Yonder #7A7FBA
RGB
CMYK
RGB Variations
Color information
#7A7FBA (or 0x7A7FBA) is known color: Wild Blue Yonder. HEX triplet: 7A, 7F and BA. RGB value is (122,127,186). Sum of RGB (Red+Green+Blue) = 122+127+186=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A7FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FBA is #858045. Grayscale: #838383. Windows color (decimal): -8749126 or 12222330. OLE color: 12222330.
HSL color Cylindrical-coordinate representation of color #7A7FBA: hue angle of 235.31º 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 #7A7FBA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 127 | 186 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.27 |
| HSL | 235.31º | 0.32% | 0.6% | - |
| HSV(B) | 235.31º | 0.34% | 0.73% | - |
| XYZ | 24.48 | 22.86 | 49.58 | - |
| YUV | 132.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 186 | 0.34 | 0.32 | 0 | 0.27 | 235.31 | 0.32 | 0.6 |
| Hex | 7A | 7F | BA | 22 | 20 | 0 | 1B | EB | 20 | 3C |
| Octal | 172 | 177 | 272 | 42 | 40 | 0 | 33 | 353 | 40 | 74 |
| Binary | 1111010 | 1111111 | 10111010 | 100010 | 100000 | 0 | 11011 | 11101011 | 100000 | 111100 |
Color Harmonies of #7A7FBA
Complementary color
Monochromatic Colors of #7A7FBA
Black with #7A7FBA
Text Example
Text Example
White with #7A7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7FBA; }
p { color: rgb(122,127,186); }
H1.HeaderClassName
{
color: #7A7FBA;
}
.AnyTagClassName
{
color: #7A7FBA;
}
</style>
background-color css
<style>
a { background-color: #7A7FBA; }
a { background-color: rgb(122,127,186); }
div.DivClassName
{
background-color: #7A7FBA;
}
.BgClassName
{
background-color: #7A7FBA;
}
</style>
border-color css
<style>
span { border-color: #7A7FBA; }
span { border-color: rgb(122,127,186); }
td.TdClassName
{
border-color: #7A7FBA;
}
.TagClassName
{
border-color: #7A7FBA;
}
</style>