Shades of Wild Blue Yonder #7A8BCF
Tints of Wild Blue Yonder #7A8BCF
RGB
CMYK
RGB Variations
Color information
#7A8BCF (or 0x7A8BCF) is known color: Wild Blue Yonder. HEX triplet: 7A, 8B and CF. RGB value is (122,139,207). Sum of RGB (Red+Green+Blue) = 122+139+207=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A8BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BCF is #857430. Grayscale: #8D8D8D. Windows color (decimal): -8746033 or 13601658. OLE color: 13601658.
HSL color Cylindrical-coordinate representation of color #7A8BCF: hue angle of 228º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A8BCF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 139 | 207 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.19 |
| HSL | 228º | 0.47% | 0.65% | - |
| HSV(B) | 228º | 0.41% | 0.81% | - |
| XYZ | 28.52 | 27.11 | 62.76 | - |
| YUV | 141.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 207 | 0.41 | 0.33 | 0 | 0.19 | 228 | 0.47 | 0.65 |
| Hex | 7A | 8B | CF | 29 | 21 | 0 | 13 | E4 | 2F | 41 |
| Octal | 172 | 213 | 317 | 51 | 41 | 0 | 23 | 344 | 57 | 101 |
| Binary | 1111010 | 10001011 | 11001111 | 101001 | 100001 | 0 | 10011 | 11100100 | 101111 | 1000001 |
Color Harmonies of #7A8BCF
Complementary color
Monochromatic Colors of #7A8BCF
Black with #7A8BCF
Text Example
Text Example
White with #7A8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BCF; }
p { color: rgb(122,139,207); }
H1.HeaderClassName
{
color: #7A8BCF;
}
.AnyTagClassName
{
color: #7A8BCF;
}
</style>
background-color css
<style>
a { background-color: #7A8BCF; }
a { background-color: rgb(122,139,207); }
div.DivClassName
{
background-color: #7A8BCF;
}
.BgClassName
{
background-color: #7A8BCF;
}
</style>
border-color css
<style>
span { border-color: #7A8BCF; }
span { border-color: rgb(122,139,207); }
td.TdClassName
{
border-color: #7A8BCF;
}
.TagClassName
{
border-color: #7A8BCF;
}
</style>