Shades of Wild Blue Yonder #7A8DCC
Tints of Wild Blue Yonder #7A8DCC
RGB
CMYK
RGB Variations
Color information
#7A8DCC (or 0x7A8DCC) is known color: Wild Blue Yonder. HEX triplet: 7A, 8D and CC. RGB value is (122,141,204). Sum of RGB (Red+Green+Blue) = 122+141+204=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A8DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DCC is #857233. Grayscale: #8E8E8E. Windows color (decimal): -8745524 or 13405562. OLE color: 13405562.
HSL color Cylindrical-coordinate representation of color #7A8DCC: hue angle of 226.1º 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 #7A8DCC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 141 | 204 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.2 |
| HSL | 226.1º | 0.45% | 0.64% | - |
| HSV(B) | 226.1º | 0.4% | 0.8% | - |
| XYZ | 28.45 | 27.55 | 60.94 | - |
| YUV | 142.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 204 | 0.40 | 0.31 | 0 | 0.2 | 226.1 | 0.45 | 0.64 |
| Hex | 7A | 8D | CC | 28 | 1F | 0 | 14 | E2 | 2D | 40 |
| Octal | 172 | 215 | 314 | 50 | 37 | 0 | 24 | 342 | 55 | 100 |
| Binary | 1111010 | 10001101 | 11001100 | 101000 | 11111 | 0 | 10100 | 11100010 | 101101 | 1000000 |
Color Harmonies of #7A8DCC
Complementary color
Monochromatic Colors of #7A8DCC
Black with #7A8DCC
Text Example
Text Example
White with #7A8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DCC; }
p { color: rgb(122,141,204); }
H1.HeaderClassName
{
color: #7A8DCC;
}
.AnyTagClassName
{
color: #7A8DCC;
}
</style>
background-color css
<style>
a { background-color: #7A8DCC; }
a { background-color: rgb(122,141,204); }
div.DivClassName
{
background-color: #7A8DCC;
}
.BgClassName
{
background-color: #7A8DCC;
}
</style>
border-color css
<style>
span { border-color: #7A8DCC; }
span { border-color: rgb(122,141,204); }
td.TdClassName
{
border-color: #7A8DCC;
}
.TagClassName
{
border-color: #7A8DCC;
}
</style>