Shades of Wild Blue Yonder #7A8DBC
Tints of Wild Blue Yonder #7A8DBC
RGB
CMYK
RGB Variations
Color information
#7A8DBC (or 0x7A8DBC) is known color: Wild Blue Yonder. HEX triplet: 7A, 8D and BC. RGB value is (122,141,188). Sum of RGB (Red+Green+Blue) = 122+141+188=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A8DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DBC is #857243. Grayscale: #8C8C8C. Windows color (decimal): -8745540 or 12356986. OLE color: 12356986.
HSL color Cylindrical-coordinate representation of color #7A8DBC: hue angle of 222.73º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A8DBC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 141 | 188 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.26 |
| HSL | 222.73º | 0.33% | 0.61% | - |
| HSV(B) | 222.73º | 0.35% | 0.74% | - |
| XYZ | 26.63 | 26.82 | 51.35 | - |
| YUV | 140.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 188 | 0.35 | 0.25 | 0 | 0.26 | 222.73 | 0.33 | 0.61 |
| Hex | 7A | 8D | BC | 23 | 19 | 0 | 1A | DF | 21 | 3D |
| Octal | 172 | 215 | 274 | 43 | 31 | 0 | 32 | 337 | 41 | 75 |
| Binary | 1111010 | 10001101 | 10111100 | 100011 | 11001 | 0 | 11010 | 11011111 | 100001 | 111101 |
Color Harmonies of #7A8DBC
Complementary color
Monochromatic Colors of #7A8DBC
Black with #7A8DBC
Text Example
Text Example
White with #7A8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DBC; }
p { color: rgb(122,141,188); }
H1.HeaderClassName
{
color: #7A8DBC;
}
.AnyTagClassName
{
color: #7A8DBC;
}
</style>
background-color css
<style>
a { background-color: #7A8DBC; }
a { background-color: rgb(122,141,188); }
div.DivClassName
{
background-color: #7A8DBC;
}
.BgClassName
{
background-color: #7A8DBC;
}
</style>
border-color css
<style>
span { border-color: #7A8DBC; }
span { border-color: rgb(122,141,188); }
td.TdClassName
{
border-color: #7A8DBC;
}
.TagClassName
{
border-color: #7A8DBC;
}
</style>