Shades of Wild Blue Yonder #7F83BA
Tints of Wild Blue Yonder #7F83BA
RGB
CMYK
RGB Variations
Color information
#7F83BA (or 0x7F83BA) is known color: Wild Blue Yonder. HEX triplet: 7F, 83 and BA. RGB value is (127,131,186). Sum of RGB (Red+Green+Blue) = 127+131+186=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83BA is #807C45. Grayscale: #878787. Windows color (decimal): -8420422 or 12223359. OLE color: 12223359.
HSL color Cylindrical-coordinate representation of color #7F83BA: hue angle of 235.93º 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 #7F83BA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 131 | 186 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.27 |
| HSL | 235.93º | 0.3% | 0.61% | - |
| HSV(B) | 235.93º | 0.32% | 0.73% | - |
| XYZ | 25.73 | 24.29 | 49.79 | - |
| YUV | 136.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 186 | 0.32 | 0.30 | 0 | 0.27 | 235.93 | 0.3 | 0.61 |
| Hex | 7F | 83 | BA | 20 | 1E | 0 | 1B | EC | 1E | 3D |
| Octal | 177 | 203 | 272 | 40 | 36 | 0 | 33 | 354 | 36 | 75 |
| Binary | 1111111 | 10000011 | 10111010 | 100000 | 11110 | 0 | 11011 | 11101100 | 11110 | 111101 |
Color Harmonies of #7F83BA
Complementary color
Monochromatic Colors of #7F83BA
Black with #7F83BA
Text Example
Text Example
White with #7F83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83BA; }
p { color: rgb(127,131,186); }
H1.HeaderClassName
{
color: #7F83BA;
}
.AnyTagClassName
{
color: #7F83BA;
}
</style>
background-color css
<style>
a { background-color: #7F83BA; }
a { background-color: rgb(127,131,186); }
div.DivClassName
{
background-color: #7F83BA;
}
.BgClassName
{
background-color: #7F83BA;
}
</style>
border-color css
<style>
span { border-color: #7F83BA; }
span { border-color: rgb(127,131,186); }
td.TdClassName
{
border-color: #7F83BA;
}
.TagClassName
{
border-color: #7F83BA;
}
</style>