Shades of Wild Blue Yonder #7A8CCC
Tints of Wild Blue Yonder #7A8CCC
RGB
CMYK
RGB Variations
Color information
#7A8CCC (or 0x7A8CCC) is known color: Wild Blue Yonder. HEX triplet: 7A, 8C and CC. RGB value is (122,140,204). Sum of RGB (Red+Green+Blue) = 122+140+204=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A8CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CCC is #857333. Grayscale: #8D8D8D. Windows color (decimal): -8745780 or 13405306. OLE color: 13405306.
HSL color Cylindrical-coordinate representation of color #7A8CCC: hue angle of 226.83º 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 #7A8CCC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 140 | 204 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.2 |
| HSL | 226.83º | 0.45% | 0.64% | - |
| HSV(B) | 226.83º | 0.4% | 0.8% | - |
| XYZ | 28.3 | 27.25 | 60.9 | - |
| YUV | 141.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 204 | 0.40 | 0.31 | 0 | 0.2 | 226.83 | 0.45 | 0.64 |
| Hex | 7A | 8C | CC | 28 | 1F | 0 | 14 | E3 | 2D | 40 |
| Octal | 172 | 214 | 314 | 50 | 37 | 0 | 24 | 343 | 55 | 100 |
| Binary | 1111010 | 10001100 | 11001100 | 101000 | 11111 | 0 | 10100 | 11100011 | 101101 | 1000000 |
Color Harmonies of #7A8CCC
Complementary color
Monochromatic Colors of #7A8CCC
Black with #7A8CCC
Text Example
Text Example
White with #7A8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CCC; }
p { color: rgb(122,140,204); }
H1.HeaderClassName
{
color: #7A8CCC;
}
.AnyTagClassName
{
color: #7A8CCC;
}
</style>
background-color css
<style>
a { background-color: #7A8CCC; }
a { background-color: rgb(122,140,204); }
div.DivClassName
{
background-color: #7A8CCC;
}
.BgClassName
{
background-color: #7A8CCC;
}
</style>
border-color css
<style>
span { border-color: #7A8CCC; }
span { border-color: rgb(122,140,204); }
td.TdClassName
{
border-color: #7A8CCC;
}
.TagClassName
{
border-color: #7A8CCC;
}
</style>