Shades of Wild Blue Yonder #7A84CC
Tints of Wild Blue Yonder #7A84CC
RGB
CMYK
RGB Variations
Color information
#7A84CC (or 0x7A84CC) is known color: Wild Blue Yonder. HEX triplet: 7A, 84 and CC. RGB value is (122,132,204). Sum of RGB (Red+Green+Blue) = 122+132+204=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A84CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A84CC is #857B33. Grayscale: #888888. Windows color (decimal): -8747828 or 13403258. OLE color: 13403258.
HSL color Cylindrical-coordinate representation of color #7A84CC: hue angle of 232.68º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A84CC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 132 | 204 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.2 |
| HSL | 232.68º | 0.45% | 0.64% | - |
| HSV(B) | 232.68º | 0.4% | 0.8% | - |
| XYZ | 27.18 | 25 | 60.52 | - |
| YUV | 137.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 204 | 0.40 | 0.35 | 0 | 0.2 | 232.68 | 0.45 | 0.64 |
| Hex | 7A | 84 | CC | 28 | 23 | 0 | 14 | E9 | 2D | 40 |
| Octal | 172 | 204 | 314 | 50 | 43 | 0 | 24 | 351 | 55 | 100 |
| Binary | 1111010 | 10000100 | 11001100 | 101000 | 100011 | 0 | 10100 | 11101001 | 101101 | 1000000 |
Color Harmonies of #7A84CC
Complementary color
Monochromatic Colors of #7A84CC
Black with #7A84CC
Text Example
Text Example
White with #7A84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A84CC; }
p { color: rgb(122,132,204); }
H1.HeaderClassName
{
color: #7A84CC;
}
.AnyTagClassName
{
color: #7A84CC;
}
</style>
background-color css
<style>
a { background-color: #7A84CC; }
a { background-color: rgb(122,132,204); }
div.DivClassName
{
background-color: #7A84CC;
}
.BgClassName
{
background-color: #7A84CC;
}
</style>
border-color css
<style>
span { border-color: #7A84CC; }
span { border-color: rgb(122,132,204); }
td.TdClassName
{
border-color: #7A84CC;
}
.TagClassName
{
border-color: #7A84CC;
}
</style>