Shades of Wild Blue Yonder #7A8BCC
Tints of Wild Blue Yonder #7A8BCC
RGB
CMYK
RGB Variations
Color information
#7A8BCC (or 0x7A8BCC) is known color: Wild Blue Yonder. HEX triplet: 7A, 8B and CC. RGB value is (122,139,204). Sum of RGB (Red+Green+Blue) = 122+139+204=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BCC is #857433. Grayscale: #8D8D8D. Windows color (decimal): -8746036 or 13405050. OLE color: 13405050.
HSL color Cylindrical-coordinate representation of color #7A8BCC: hue angle of 227.56º 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 #7A8BCC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 139 | 204 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.2 |
| HSL | 227.56º | 0.45% | 0.64% | - |
| HSV(B) | 227.56º | 0.4% | 0.8% | - |
| XYZ | 28.16 | 26.96 | 60.85 | - |
| YUV | 141.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 204 | 0.40 | 0.32 | 0 | 0.2 | 227.56 | 0.45 | 0.64 |
| Hex | 7A | 8B | CC | 28 | 20 | 0 | 14 | E4 | 2D | 40 |
| Octal | 172 | 213 | 314 | 50 | 40 | 0 | 24 | 344 | 55 | 100 |
| Binary | 1111010 | 10001011 | 11001100 | 101000 | 100000 | 0 | 10100 | 11100100 | 101101 | 1000000 |
Color Harmonies of #7A8BCC
Complementary color
Monochromatic Colors of #7A8BCC
Black with #7A8BCC
Text Example
Text Example
White with #7A8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BCC; }
p { color: rgb(122,139,204); }
H1.HeaderClassName
{
color: #7A8BCC;
}
.AnyTagClassName
{
color: #7A8BCC;
}
</style>
background-color css
<style>
a { background-color: #7A8BCC; }
a { background-color: rgb(122,139,204); }
div.DivClassName
{
background-color: #7A8BCC;
}
.BgClassName
{
background-color: #7A8BCC;
}
</style>
border-color css
<style>
span { border-color: #7A8BCC; }
span { border-color: rgb(122,139,204); }
td.TdClassName
{
border-color: #7A8BCC;
}
.TagClassName
{
border-color: #7A8BCC;
}
</style>