Shades of Wild Blue Yonder #7A84CF
Tints of Wild Blue Yonder #7A84CF
RGB
CMYK
RGB Variations
Color information
#7A84CF (or 0x7A84CF) is known color: Wild Blue Yonder. HEX triplet: 7A, 84 and CF. RGB value is (122,132,207). Sum of RGB (Red+Green+Blue) = 122+132+207=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A84CF is #857B30. Grayscale: #898989. Windows color (decimal): -8747825 or 13599866. OLE color: 13599866.
HSL color Cylindrical-coordinate representation of color #7A84CF: hue angle of 232.94º 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 #7A84CF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 132 | 207 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.19 |
| HSL | 232.94º | 0.47% | 0.65% | - |
| HSV(B) | 232.94º | 0.41% | 0.81% | - |
| XYZ | 27.54 | 25.15 | 62.43 | - |
| YUV | 137.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 207 | 0.41 | 0.36 | 0 | 0.19 | 232.94 | 0.47 | 0.65 |
| Hex | 7A | 84 | CF | 29 | 24 | 0 | 13 | E9 | 2F | 41 |
| Octal | 172 | 204 | 317 | 51 | 44 | 0 | 23 | 351 | 57 | 101 |
| Binary | 1111010 | 10000100 | 11001111 | 101001 | 100100 | 0 | 10011 | 11101001 | 101111 | 1000001 |
Color Harmonies of #7A84CF
Complementary color
Monochromatic Colors of #7A84CF
Black with #7A84CF
Text Example
Text Example
White with #7A84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A84CF; }
p { color: rgb(122,132,207); }
H1.HeaderClassName
{
color: #7A84CF;
}
.AnyTagClassName
{
color: #7A84CF;
}
</style>
background-color css
<style>
a { background-color: #7A84CF; }
a { background-color: rgb(122,132,207); }
div.DivClassName
{
background-color: #7A84CF;
}
.BgClassName
{
background-color: #7A84CF;
}
</style>
border-color css
<style>
span { border-color: #7A84CF; }
span { border-color: rgb(122,132,207); }
td.TdClassName
{
border-color: #7A84CF;
}
.TagClassName
{
border-color: #7A84CF;
}
</style>