Shades of Wild Blue Yonder #7F91BA
Tints of Wild Blue Yonder #7F91BA
RGB
CMYK
RGB Variations
Color information
#7F91BA (or 0x7F91BA) is known color: Wild Blue Yonder. HEX triplet: 7F, 91 and BA. RGB value is (127,145,186). Sum of RGB (Red+Green+Blue) = 127+145+186=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F91BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F91BA is #806E45. Grayscale: #909090. Windows color (decimal): -8416838 or 12226943. OLE color: 12226943.
HSL color Cylindrical-coordinate representation of color #7F91BA: hue angle of 221.69º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F91BA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 145 | 186 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.27 |
| HSL | 221.69º | 0.3% | 0.61% | - |
| HSV(B) | 221.69º | 0.32% | 0.73% | - |
| XYZ | 27.74 | 28.31 | 50.46 | - |
| YUV | 144.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 186 | 0.32 | 0.22 | 0 | 0.27 | 221.69 | 0.3 | 0.61 |
| Hex | 7F | 91 | BA | 20 | 16 | 0 | 1B | DE | 1E | 3D |
| Octal | 177 | 221 | 272 | 40 | 26 | 0 | 33 | 336 | 36 | 75 |
| Binary | 1111111 | 10010001 | 10111010 | 100000 | 10110 | 0 | 11011 | 11011110 | 11110 | 111101 |
Color Harmonies of #7F91BA
Complementary color
Monochromatic Colors of #7F91BA
Black with #7F91BA
Text Example
Text Example
White with #7F91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F91BA; }
p { color: rgb(127,145,186); }
H1.HeaderClassName
{
color: #7F91BA;
}
.AnyTagClassName
{
color: #7F91BA;
}
</style>
background-color css
<style>
a { background-color: #7F91BA; }
a { background-color: rgb(127,145,186); }
div.DivClassName
{
background-color: #7F91BA;
}
.BgClassName
{
background-color: #7F91BA;
}
</style>
border-color css
<style>
span { border-color: #7F91BA; }
span { border-color: rgb(127,145,186); }
td.TdClassName
{
border-color: #7F91BA;
}
.TagClassName
{
border-color: #7F91BA;
}
</style>