Shades of Wild Blue Yonder #7F86CB
Tints of Wild Blue Yonder #7F86CB
RGB
CMYK
RGB Variations
Color information
#7F86CB (or 0x7F86CB) is known color: Wild Blue Yonder. HEX triplet: 7F, 86 and CB. RGB value is (127,134,203). Sum of RGB (Red+Green+Blue) = 127+134+203=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F86CB is #807934. Grayscale: #8B8B8B. Windows color (decimal): -8419637 or 13338239. OLE color: 13338239.
HSL color Cylindrical-coordinate representation of color #7F86CB: hue angle of 234.47º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F86CB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 134 | 203 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.20 |
| HSL | 234.47º | 0.42% | 0.65% | - |
| HSV(B) | 234.47º | 0.37% | 0.8% | - |
| XYZ | 28.06 | 25.87 | 60.02 | - |
| YUV | 139.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 203 | 0.37 | 0.34 | 0 | 0.20 | 234.47 | 0.42 | 0.65 |
| Hex | 7F | 86 | CB | 25 | 22 | 0 | 14 | EA | 2A | 41 |
| Octal | 177 | 206 | 313 | 45 | 42 | 0 | 24 | 352 | 52 | 101 |
| Binary | 1111111 | 10000110 | 11001011 | 100101 | 100010 | 0 | 10100 | 11101010 | 101010 | 1000001 |
Color Harmonies of #7F86CB
Complementary color
Monochromatic Colors of #7F86CB
Black with #7F86CB
Text Example
Text Example
White with #7F86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F86CB; }
p { color: rgb(127,134,203); }
H1.HeaderClassName
{
color: #7F86CB;
}
.AnyTagClassName
{
color: #7F86CB;
}
</style>
background-color css
<style>
a { background-color: #7F86CB; }
a { background-color: rgb(127,134,203); }
div.DivClassName
{
background-color: #7F86CB;
}
.BgClassName
{
background-color: #7F86CB;
}
</style>
border-color css
<style>
span { border-color: #7F86CB; }
span { border-color: rgb(127,134,203); }
td.TdClassName
{
border-color: #7F86CB;
}
.TagClassName
{
border-color: #7F86CB;
}
</style>