Shades of Wild Blue Yonder #7F85BC
Tints of Wild Blue Yonder #7F85BC
RGB
CMYK
RGB Variations
Color information
#7F85BC (or 0x7F85BC) is known color: Wild Blue Yonder. HEX triplet: 7F, 85 and BC. RGB value is (127,133,188). Sum of RGB (Red+Green+Blue) = 127+133+188=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85BC is #807A43. Grayscale: #898989. Windows color (decimal): -8419908 or 12354943. OLE color: 12354943.
HSL color Cylindrical-coordinate representation of color #7F85BC: hue angle of 234.1º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F85BC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 133 | 188 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.26 |
| HSL | 234.1º | 0.31% | 0.62% | - |
| HSV(B) | 234.1º | 0.32% | 0.74% | - |
| XYZ | 26.22 | 24.92 | 51 | - |
| YUV | 137.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 188 | 0.32 | 0.29 | 0 | 0.26 | 234.1 | 0.31 | 0.62 |
| Hex | 7F | 85 | BC | 20 | 1D | 0 | 1A | EA | 1F | 3E |
| Octal | 177 | 205 | 274 | 40 | 35 | 0 | 32 | 352 | 37 | 76 |
| Binary | 1111111 | 10000101 | 10111100 | 100000 | 11101 | 0 | 11010 | 11101010 | 11111 | 111110 |
Color Harmonies of #7F85BC
Complementary color
Monochromatic Colors of #7F85BC
Black with #7F85BC
Text Example
Text Example
White with #7F85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85BC; }
p { color: rgb(127,133,188); }
H1.HeaderClassName
{
color: #7F85BC;
}
.AnyTagClassName
{
color: #7F85BC;
}
</style>
background-color css
<style>
a { background-color: #7F85BC; }
a { background-color: rgb(127,133,188); }
div.DivClassName
{
background-color: #7F85BC;
}
.BgClassName
{
background-color: #7F85BC;
}
</style>
border-color css
<style>
span { border-color: #7F85BC; }
span { border-color: rgb(127,133,188); }
td.TdClassName
{
border-color: #7F85BC;
}
.TagClassName
{
border-color: #7F85BC;
}
</style>