Shades of Wild Blue Yonder #7F85BF
Tints of Wild Blue Yonder #7F85BF
RGB
CMYK
RGB Variations
Color information
#7F85BF (or 0x7F85BF) is known color: Wild Blue Yonder. HEX triplet: 7F, 85 and BF. RGB value is (127,133,191). Sum of RGB (Red+Green+Blue) = 127+133+191=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F85BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85BF is #807A40. Grayscale: #898989. Windows color (decimal): -8419905 or 12551551. OLE color: 12551551.
HSL color Cylindrical-coordinate representation of color #7F85BF: hue angle of 234.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F85BF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 133 | 191 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.25 |
| HSL | 234.38º | 0.33% | 0.62% | - |
| HSV(B) | 234.38º | 0.34% | 0.75% | - |
| XYZ | 26.54 | 25.05 | 52.73 | - |
| YUV | 137.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 191 | 0.34 | 0.30 | 0 | 0.25 | 234.38 | 0.33 | 0.62 |
| Hex | 7F | 85 | BF | 22 | 1E | 0 | 19 | EA | 21 | 3E |
| Octal | 177 | 205 | 277 | 42 | 36 | 0 | 31 | 352 | 41 | 76 |
| Binary | 1111111 | 10000101 | 10111111 | 100010 | 11110 | 0 | 11001 | 11101010 | 100001 | 111110 |
Color Harmonies of #7F85BF
Complementary color
Monochromatic Colors of #7F85BF
Black with #7F85BF
Text Example
Text Example
White with #7F85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85BF; }
p { color: rgb(127,133,191); }
H1.HeaderClassName
{
color: #7F85BF;
}
.AnyTagClassName
{
color: #7F85BF;
}
</style>
background-color css
<style>
a { background-color: #7F85BF; }
a { background-color: rgb(127,133,191); }
div.DivClassName
{
background-color: #7F85BF;
}
.BgClassName
{
background-color: #7F85BF;
}
</style>
border-color css
<style>
span { border-color: #7F85BF; }
span { border-color: rgb(127,133,191); }
td.TdClassName
{
border-color: #7F85BF;
}
.TagClassName
{
border-color: #7F85BF;
}
</style>