Shades of Wild Blue Yonder #7F98BA
Tints of Wild Blue Yonder #7F98BA
RGB
CMYK
RGB Variations
Color information
#7F98BA (or 0x7F98BA) is known color: Wild Blue Yonder. HEX triplet: 7F, 98 and BA. RGB value is (127,152,186). Sum of RGB (Red+Green+Blue) = 127+152+186=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F98BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98BA is #806745. Grayscale: #949494. Windows color (decimal): -8415046 or 12228735. OLE color: 12228735.
HSL color Cylindrical-coordinate representation of color #7F98BA: hue angle of 214.58º 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 #7F98BA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 152 | 186 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.27 |
| HSL | 214.58º | 0.3% | 0.61% | - |
| HSV(B) | 214.58º | 0.32% | 0.73% | - |
| XYZ | 28.84 | 30.51 | 50.82 | - |
| YUV | 148.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 186 | 0.32 | 0.18 | 0 | 0.27 | 214.58 | 0.3 | 0.61 |
| Hex | 7F | 98 | BA | 20 | 12 | 0 | 1B | D7 | 1E | 3D |
| Octal | 177 | 230 | 272 | 40 | 22 | 0 | 33 | 327 | 36 | 75 |
| Binary | 1111111 | 10011000 | 10111010 | 100000 | 10010 | 0 | 11011 | 11010111 | 11110 | 111101 |
Color Harmonies of #7F98BA
Complementary color
Monochromatic Colors of #7F98BA
Black with #7F98BA
Text Example
Text Example
White with #7F98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F98BA; }
p { color: rgb(127,152,186); }
H1.HeaderClassName
{
color: #7F98BA;
}
.AnyTagClassName
{
color: #7F98BA;
}
</style>
background-color css
<style>
a { background-color: #7F98BA; }
a { background-color: rgb(127,152,186); }
div.DivClassName
{
background-color: #7F98BA;
}
.BgClassName
{
background-color: #7F98BA;
}
</style>
border-color css
<style>
span { border-color: #7F98BA; }
span { border-color: rgb(127,152,186); }
td.TdClassName
{
border-color: #7F98BA;
}
.TagClassName
{
border-color: #7F98BA;
}
</style>