Shades of Wild Blue Yonder #7A91BD
Tints of Wild Blue Yonder #7A91BD
RGB
CMYK
RGB Variations
Color information
#7A91BD (or 0x7A91BD) is known color: Wild Blue Yonder. HEX triplet: 7A, 91 and BD. RGB value is (122,145,189). Sum of RGB (Red+Green+Blue) = 122+145+189=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A91BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A91BD is #856E42. Grayscale: #8E8E8E. Windows color (decimal): -8744515 or 12423546. OLE color: 12423546.
HSL color Cylindrical-coordinate representation of color #7A91BD: hue angle of 219.4º 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 #7A91BD is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 145 | 189 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.26 |
| HSL | 219.4º | 0.34% | 0.61% | - |
| HSV(B) | 219.4º | 0.35% | 0.74% | - |
| XYZ | 27.34 | 28.06 | 52.12 | - |
| YUV | 143.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 189 | 0.35 | 0.23 | 0 | 0.26 | 219.4 | 0.34 | 0.61 |
| Hex | 7A | 91 | BD | 23 | 17 | 0 | 1A | DB | 22 | 3D |
| Octal | 172 | 221 | 275 | 43 | 27 | 0 | 32 | 333 | 42 | 75 |
| Binary | 1111010 | 10010001 | 10111101 | 100011 | 10111 | 0 | 11010 | 11011011 | 100010 | 111101 |
Color Harmonies of #7A91BD
Complementary color
Monochromatic Colors of #7A91BD
Black with #7A91BD
Text Example
Text Example
White with #7A91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A91BD; }
p { color: rgb(122,145,189); }
H1.HeaderClassName
{
color: #7A91BD;
}
.AnyTagClassName
{
color: #7A91BD;
}
</style>
background-color css
<style>
a { background-color: #7A91BD; }
a { background-color: rgb(122,145,189); }
div.DivClassName
{
background-color: #7A91BD;
}
.BgClassName
{
background-color: #7A91BD;
}
</style>
border-color css
<style>
span { border-color: #7A91BD; }
span { border-color: rgb(122,145,189); }
td.TdClassName
{
border-color: #7A91BD;
}
.TagClassName
{
border-color: #7A91BD;
}
</style>