Shades of Wild Blue Yonder #7A8FCC
Tints of Wild Blue Yonder #7A8FCC
RGB
CMYK
RGB Variations
Color information
#7A8FCC (or 0x7A8FCC) is known color: Wild Blue Yonder. HEX triplet: 7A, 8F and CC. RGB value is (122,143,204). Sum of RGB (Red+Green+Blue) = 122+143+204=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A8FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FCC is #857033. Grayscale: #8F8F8F. Windows color (decimal): -8745012 or 13406074. OLE color: 13406074.
HSL color Cylindrical-coordinate representation of color #7A8FCC: hue angle of 224.63º 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 #7A8FCC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 143 | 204 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.2 |
| HSL | 224.63º | 0.45% | 0.64% | - |
| HSV(B) | 224.63º | 0.4% | 0.8% | - |
| XYZ | 28.75 | 28.14 | 61.04 | - |
| YUV | 143.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 204 | 0.40 | 0.30 | 0 | 0.2 | 224.63 | 0.45 | 0.64 |
| Hex | 7A | 8F | CC | 28 | 1E | 0 | 14 | E1 | 2D | 40 |
| Octal | 172 | 217 | 314 | 50 | 36 | 0 | 24 | 341 | 55 | 100 |
| Binary | 1111010 | 10001111 | 11001100 | 101000 | 11110 | 0 | 10100 | 11100001 | 101101 | 1000000 |
Color Harmonies of #7A8FCC
Complementary color
Monochromatic Colors of #7A8FCC
Black with #7A8FCC
Text Example
Text Example
White with #7A8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FCC; }
p { color: rgb(122,143,204); }
H1.HeaderClassName
{
color: #7A8FCC;
}
.AnyTagClassName
{
color: #7A8FCC;
}
</style>
background-color css
<style>
a { background-color: #7A8FCC; }
a { background-color: rgb(122,143,204); }
div.DivClassName
{
background-color: #7A8FCC;
}
.BgClassName
{
background-color: #7A8FCC;
}
</style>
border-color css
<style>
span { border-color: #7A8FCC; }
span { border-color: rgb(122,143,204); }
td.TdClassName
{
border-color: #7A8FCC;
}
.TagClassName
{
border-color: #7A8FCC;
}
</style>