Shades of Wild Blue Yonder #7A8FBE
Tints of Wild Blue Yonder #7A8FBE
RGB
CMYK
RGB Variations
Color information
#7A8FBE (or 0x7A8FBE) is known color: Wild Blue Yonder. HEX triplet: 7A, 8F and BE. RGB value is (122,143,190). Sum of RGB (Red+Green+Blue) = 122+143+190=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FBE is #857041. Grayscale: #8D8D8D. Windows color (decimal): -8745026 or 12488570. OLE color: 12488570.
HSL color Cylindrical-coordinate representation of color #7A8FBE: hue angle of 221.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A8FBE is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 143 | 190 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.25 |
| HSL | 221.47º | 0.34% | 0.61% | - |
| HSV(B) | 221.47º | 0.36% | 0.75% | - |
| XYZ | 27.14 | 27.5 | 52.59 | - |
| YUV | 142.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 190 | 0.36 | 0.25 | 0 | 0.25 | 221.47 | 0.34 | 0.61 |
| Hex | 7A | 8F | BE | 24 | 19 | 0 | 19 | DD | 22 | 3D |
| Octal | 172 | 217 | 276 | 44 | 31 | 0 | 31 | 335 | 42 | 75 |
| Binary | 1111010 | 10001111 | 10111110 | 100100 | 11001 | 0 | 11001 | 11011101 | 100010 | 111101 |
Color Harmonies of #7A8FBE
Complementary color
Monochromatic Colors of #7A8FBE
Black with #7A8FBE
Text Example
Text Example
White with #7A8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FBE; }
p { color: rgb(122,143,190); }
H1.HeaderClassName
{
color: #7A8FBE;
}
.AnyTagClassName
{
color: #7A8FBE;
}
</style>
background-color css
<style>
a { background-color: #7A8FBE; }
a { background-color: rgb(122,143,190); }
div.DivClassName
{
background-color: #7A8FBE;
}
.BgClassName
{
background-color: #7A8FBE;
}
</style>
border-color css
<style>
span { border-color: #7A8FBE; }
span { border-color: rgb(122,143,190); }
td.TdClassName
{
border-color: #7A8FBE;
}
.TagClassName
{
border-color: #7A8FBE;
}
</style>