Shades of Wild Blue Yonder #7A84CA
Tints of Wild Blue Yonder #7A84CA
RGB
CMYK
RGB Variations
Color information
#7A84CA (or 0x7A84CA) is known color: Wild Blue Yonder. HEX triplet: 7A, 84 and CA. RGB value is (122,132,202). Sum of RGB (Red+Green+Blue) = 122+132+202=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A84CA is #857B35. Grayscale: #888888. Windows color (decimal): -8747830 or 13272186. OLE color: 13272186.
HSL color Cylindrical-coordinate representation of color #7A84CA: hue angle of 232.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A84CA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 132 | 202 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.21 |
| HSL | 232.5º | 0.43% | 0.64% | - |
| HSV(B) | 232.5º | 0.4% | 0.79% | - |
| XYZ | 26.94 | 24.9 | 59.26 | - |
| YUV | 136.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 202 | 0.40 | 0.35 | 0 | 0.21 | 232.5 | 0.43 | 0.64 |
| Hex | 7A | 84 | CA | 28 | 23 | 0 | 15 | E8 | 2B | 40 |
| Octal | 172 | 204 | 312 | 50 | 43 | 0 | 25 | 350 | 53 | 100 |
| Binary | 1111010 | 10000100 | 11001010 | 101000 | 100011 | 0 | 10101 | 11101000 | 101011 | 1000000 |
Color Harmonies of #7A84CA
Complementary color
Monochromatic Colors of #7A84CA
Black with #7A84CA
Text Example
Text Example
White with #7A84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A84CA; }
p { color: rgb(122,132,202); }
H1.HeaderClassName
{
color: #7A84CA;
}
.AnyTagClassName
{
color: #7A84CA;
}
</style>
background-color css
<style>
a { background-color: #7A84CA; }
a { background-color: rgb(122,132,202); }
div.DivClassName
{
background-color: #7A84CA;
}
.BgClassName
{
background-color: #7A84CA;
}
</style>
border-color css
<style>
span { border-color: #7A84CA; }
span { border-color: rgb(122,132,202); }
td.TdClassName
{
border-color: #7A84CA;
}
.TagClassName
{
border-color: #7A84CA;
}
</style>