Shades of Wild Blue Yonder #7F92BA
Tints of Wild Blue Yonder #7F92BA
RGB
CMYK
RGB Variations
Color information
#7F92BA (or 0x7F92BA) is known color: Wild Blue Yonder. HEX triplet: 7F, 92 and BA. RGB value is (127,146,186). Sum of RGB (Red+Green+Blue) = 127+146+186=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F92BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F92BA is #806D45. Grayscale: #909090. Windows color (decimal): -8416582 or 12227199. OLE color: 12227199.
HSL color Cylindrical-coordinate representation of color #7F92BA: hue angle of 220.68º 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 #7F92BA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 146 | 186 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.27 |
| HSL | 220.68º | 0.3% | 0.61% | - |
| HSV(B) | 220.68º | 0.32% | 0.73% | - |
| XYZ | 27.89 | 28.61 | 50.51 | - |
| YUV | 144.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 186 | 0.32 | 0.22 | 0 | 0.27 | 220.68 | 0.3 | 0.61 |
| Hex | 7F | 92 | BA | 20 | 16 | 0 | 1B | DD | 1E | 3D |
| Octal | 177 | 222 | 272 | 40 | 26 | 0 | 33 | 335 | 36 | 75 |
| Binary | 1111111 | 10010010 | 10111010 | 100000 | 10110 | 0 | 11011 | 11011101 | 11110 | 111101 |
Color Harmonies of #7F92BA
Complementary color
Monochromatic Colors of #7F92BA
Black with #7F92BA
Text Example
Text Example
White with #7F92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F92BA; }
p { color: rgb(127,146,186); }
H1.HeaderClassName
{
color: #7F92BA;
}
.AnyTagClassName
{
color: #7F92BA;
}
</style>
background-color css
<style>
a { background-color: #7F92BA; }
a { background-color: rgb(127,146,186); }
div.DivClassName
{
background-color: #7F92BA;
}
.BgClassName
{
background-color: #7F92BA;
}
</style>
border-color css
<style>
span { border-color: #7F92BA; }
span { border-color: rgb(127,146,186); }
td.TdClassName
{
border-color: #7F92BA;
}
.TagClassName
{
border-color: #7F92BA;
}
</style>