Shades of Wild Blue Yonder #7A8DBD
Tints of Wild Blue Yonder #7A8DBD
RGB
CMYK
RGB Variations
Color information
#7A8DBD (or 0x7A8DBD) is known color: Wild Blue Yonder. HEX triplet: 7A, 8D and BD. RGB value is (122,141,189). Sum of RGB (Red+Green+Blue) = 122+141+189=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A8DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DBD is #857242. Grayscale: #8C8C8C. Windows color (decimal): -8745539 or 12422522. OLE color: 12422522.
HSL color Cylindrical-coordinate representation of color #7A8DBD: hue angle of 222.99º degrees, saturation: 0.34, 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 #7A8DBD is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 141 | 189 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.26 |
| HSL | 222.99º | 0.34% | 0.61% | - |
| HSV(B) | 222.99º | 0.35% | 0.74% | - |
| XYZ | 26.74 | 26.86 | 51.92 | - |
| YUV | 140.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 189 | 0.35 | 0.25 | 0 | 0.26 | 222.99 | 0.34 | 0.61 |
| Hex | 7A | 8D | BD | 23 | 19 | 0 | 1A | DF | 22 | 3D |
| Octal | 172 | 215 | 275 | 43 | 31 | 0 | 32 | 337 | 42 | 75 |
| Binary | 1111010 | 10001101 | 10111101 | 100011 | 11001 | 0 | 11010 | 11011111 | 100010 | 111101 |
Color Harmonies of #7A8DBD
Complementary color
Monochromatic Colors of #7A8DBD
Black with #7A8DBD
Text Example
Text Example
White with #7A8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DBD; }
p { color: rgb(122,141,189); }
H1.HeaderClassName
{
color: #7A8DBD;
}
.AnyTagClassName
{
color: #7A8DBD;
}
</style>
background-color css
<style>
a { background-color: #7A8DBD; }
a { background-color: rgb(122,141,189); }
div.DivClassName
{
background-color: #7A8DBD;
}
.BgClassName
{
background-color: #7A8DBD;
}
</style>
border-color css
<style>
span { border-color: #7A8DBD; }
span { border-color: rgb(122,141,189); }
td.TdClassName
{
border-color: #7A8DBD;
}
.TagClassName
{
border-color: #7A8DBD;
}
</style>