Shades of Wild Blue Yonder #7A8FB6
Tints of Wild Blue Yonder #7A8FB6
RGB
CMYK
RGB Variations
Color information
#7A8FB6 (or 0x7A8FB6) is known color: Wild Blue Yonder. HEX triplet: 7A, 8F and B6. RGB value is (122,143,182). Sum of RGB (Red+Green+Blue) = 122+143+182=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A8FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FB6 is #857049. Grayscale: #8C8C8C. Windows color (decimal): -8745034 or 11964282. OLE color: 11964282.
HSL color Cylindrical-coordinate representation of color #7A8FB6: hue angle of 219º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A8FB6 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 143 | 182 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.29 |
| HSL | 219º | 0.29% | 0.6% | - |
| HSV(B) | 219º | 0.33% | 0.71% | - |
| XYZ | 26.29 | 27.16 | 48.11 | - |
| YUV | 141.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 182 | 0.33 | 0.21 | 0 | 0.29 | 219 | 0.29 | 0.6 |
| Hex | 7A | 8F | B6 | 21 | 15 | 0 | 1D | DB | 1D | 3C |
| Octal | 172 | 217 | 266 | 41 | 25 | 0 | 35 | 333 | 35 | 74 |
| Binary | 1111010 | 10001111 | 10110110 | 100001 | 10101 | 0 | 11101 | 11011011 | 11101 | 111100 |
Color Harmonies of #7A8FB6
Complementary color
Monochromatic Colors of #7A8FB6
Black with #7A8FB6
Text Example
Text Example
White with #7A8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FB6; }
p { color: rgb(122,143,182); }
H1.HeaderClassName
{
color: #7A8FB6;
}
.AnyTagClassName
{
color: #7A8FB6;
}
</style>
background-color css
<style>
a { background-color: #7A8FB6; }
a { background-color: rgb(122,143,182); }
div.DivClassName
{
background-color: #7A8FB6;
}
.BgClassName
{
background-color: #7A8FB6;
}
</style>
border-color css
<style>
span { border-color: #7A8FB6; }
span { border-color: rgb(122,143,182); }
td.TdClassName
{
border-color: #7A8FB6;
}
.TagClassName
{
border-color: #7A8FB6;
}
</style>