Shades of Wild Blue Yonder #7A84CE
Tints of Wild Blue Yonder #7A84CE
RGB
CMYK
RGB Variations
Color information
#7A84CE (or 0x7A84CE) is known color: Wild Blue Yonder. HEX triplet: 7A, 84 and CE. RGB value is (122,132,206). Sum of RGB (Red+Green+Blue) = 122+132+206=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A84CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A84CE is #857B31. Grayscale: #898989. Windows color (decimal): -8747826 or 13534330. OLE color: 13534330.
HSL color Cylindrical-coordinate representation of color #7A84CE: hue angle of 232.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A84CE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 132 | 206 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.19 |
| HSL | 232.86º | 0.46% | 0.64% | - |
| HSV(B) | 232.86º | 0.41% | 0.81% | - |
| XYZ | 27.42 | 25.1 | 61.79 | - |
| YUV | 137.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 206 | 0.41 | 0.36 | 0 | 0.19 | 232.86 | 0.46 | 0.64 |
| Hex | 7A | 84 | CE | 29 | 24 | 0 | 13 | E9 | 2E | 40 |
| Octal | 172 | 204 | 316 | 51 | 44 | 0 | 23 | 351 | 56 | 100 |
| Binary | 1111010 | 10000100 | 11001110 | 101001 | 100100 | 0 | 10011 | 11101001 | 101110 | 1000000 |
Color Harmonies of #7A84CE
Complementary color
Monochromatic Colors of #7A84CE
Black with #7A84CE
Text Example
Text Example
White with #7A84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A84CE; }
p { color: rgb(122,132,206); }
H1.HeaderClassName
{
color: #7A84CE;
}
.AnyTagClassName
{
color: #7A84CE;
}
</style>
background-color css
<style>
a { background-color: #7A84CE; }
a { background-color: rgb(122,132,206); }
div.DivClassName
{
background-color: #7A84CE;
}
.BgClassName
{
background-color: #7A84CE;
}
</style>
border-color css
<style>
span { border-color: #7A84CE; }
span { border-color: rgb(122,132,206); }
td.TdClassName
{
border-color: #7A84CE;
}
.TagClassName
{
border-color: #7A84CE;
}
</style>