Shades of Wild Blue Yonder #7F86BB
Tints of Wild Blue Yonder #7F86BB
RGB
CMYK
RGB Variations
Color information
#7F86BB (or 0x7F86BB) is known color: Wild Blue Yonder. HEX triplet: 7F, 86 and BB. RGB value is (127,134,187). Sum of RGB (Red+Green+Blue) = 127+134+187=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F86BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F86BB is #807944. Grayscale: #898989. Windows color (decimal): -8419653 or 12289663. OLE color: 12289663.
HSL color Cylindrical-coordinate representation of color #7F86BB: hue angle of 233º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F86BB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 134 | 187 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.27 |
| HSL | 233º | 0.31% | 0.62% | - |
| HSV(B) | 233º | 0.32% | 0.73% | - |
| XYZ | 26.25 | 25.15 | 50.48 | - |
| YUV | 137.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 187 | 0.32 | 0.28 | 0 | 0.27 | 233 | 0.31 | 0.62 |
| Hex | 7F | 86 | BB | 20 | 1C | 0 | 1B | E9 | 1F | 3E |
| Octal | 177 | 206 | 273 | 40 | 34 | 0 | 33 | 351 | 37 | 76 |
| Binary | 1111111 | 10000110 | 10111011 | 100000 | 11100 | 0 | 11011 | 11101001 | 11111 | 111110 |
Color Harmonies of #7F86BB
Complementary color
Monochromatic Colors of #7F86BB
Black with #7F86BB
Text Example
Text Example
White with #7F86BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F86BB; }
p { color: rgb(127,134,187); }
H1.HeaderClassName
{
color: #7F86BB;
}
.AnyTagClassName
{
color: #7F86BB;
}
</style>
background-color css
<style>
a { background-color: #7F86BB; }
a { background-color: rgb(127,134,187); }
div.DivClassName
{
background-color: #7F86BB;
}
.BgClassName
{
background-color: #7F86BB;
}
</style>
border-color css
<style>
span { border-color: #7F86BB; }
span { border-color: rgb(127,134,187); }
td.TdClassName
{
border-color: #7F86BB;
}
.TagClassName
{
border-color: #7F86BB;
}
</style>