Shades of Wild Blue Yonder #7A8DBB
Tints of Wild Blue Yonder #7A8DBB
RGB
CMYK
RGB Variations
Color information
#7A8DBB (or 0x7A8DBB) is known color: Wild Blue Yonder. HEX triplet: 7A, 8D and BB. RGB value is (122,141,187). Sum of RGB (Red+Green+Blue) = 122+141+187=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A8DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DBB is #857244. Grayscale: #8C8C8C. Windows color (decimal): -8745541 or 12291450. OLE color: 12291450.
HSL color Cylindrical-coordinate representation of color #7A8DBB: hue angle of 222.46º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A8DBB is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 141 | 187 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.27 |
| HSL | 222.46º | 0.32% | 0.61% | - |
| HSV(B) | 222.46º | 0.35% | 0.73% | - |
| XYZ | 26.52 | 26.78 | 50.78 | - |
| YUV | 140.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 187 | 0.35 | 0.25 | 0 | 0.27 | 222.46 | 0.32 | 0.61 |
| Hex | 7A | 8D | BB | 23 | 19 | 0 | 1B | DE | 20 | 3D |
| Octal | 172 | 215 | 273 | 43 | 31 | 0 | 33 | 336 | 40 | 75 |
| Binary | 1111010 | 10001101 | 10111011 | 100011 | 11001 | 0 | 11011 | 11011110 | 100000 | 111101 |
Color Harmonies of #7A8DBB
Complementary color
Monochromatic Colors of #7A8DBB
Black with #7A8DBB
Text Example
Text Example
White with #7A8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DBB; }
p { color: rgb(122,141,187); }
H1.HeaderClassName
{
color: #7A8DBB;
}
.AnyTagClassName
{
color: #7A8DBB;
}
</style>
background-color css
<style>
a { background-color: #7A8DBB; }
a { background-color: rgb(122,141,187); }
div.DivClassName
{
background-color: #7A8DBB;
}
.BgClassName
{
background-color: #7A8DBB;
}
</style>
border-color css
<style>
span { border-color: #7A8DBB; }
span { border-color: rgb(122,141,187); }
td.TdClassName
{
border-color: #7A8DBB;
}
.TagClassName
{
border-color: #7A8DBB;
}
</style>