Shades of Wild Blue Yonder #7F85BE
Tints of Wild Blue Yonder #7F85BE
RGB
CMYK
RGB Variations
Color information
#7F85BE (or 0x7F85BE) is known color: Wild Blue Yonder. HEX triplet: 7F, 85 and BE. RGB value is (127,133,190). Sum of RGB (Red+Green+Blue) = 127+133+190=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85BE is #807A41. Grayscale: #898989. Windows color (decimal): -8419906 or 12486015. OLE color: 12486015.
HSL color Cylindrical-coordinate representation of color #7F85BE: hue angle of 234.29º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F85BE is Cyan = 0.33, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 133 | 190 | - |
| CMYK | 0.33 | 0.3 | 0 | 0.25 |
| HSL | 234.29º | 0.33% | 0.62% | - |
| HSV(B) | 234.29º | 0.33% | 0.75% | - |
| XYZ | 26.43 | 25 | 52.15 | - |
| YUV | 137.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 190 | 0.33 | 0.3 | 0 | 0.25 | 234.29 | 0.33 | 0.62 |
| Hex | 7F | 85 | BE | 21 | 1E | 0 | 19 | EA | 21 | 3E |
| Octal | 177 | 205 | 276 | 41 | 36 | 0 | 31 | 352 | 41 | 76 |
| Binary | 1111111 | 10000101 | 10111110 | 100001 | 11110 | 0 | 11001 | 11101010 | 100001 | 111110 |
Color Harmonies of #7F85BE
Complementary color
Monochromatic Colors of #7F85BE
Black with #7F85BE
Text Example
Text Example
White with #7F85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85BE; }
p { color: rgb(127,133,190); }
H1.HeaderClassName
{
color: #7F85BE;
}
.AnyTagClassName
{
color: #7F85BE;
}
</style>
background-color css
<style>
a { background-color: #7F85BE; }
a { background-color: rgb(127,133,190); }
div.DivClassName
{
background-color: #7F85BE;
}
.BgClassName
{
background-color: #7F85BE;
}
</style>
border-color css
<style>
span { border-color: #7F85BE; }
span { border-color: rgb(127,133,190); }
td.TdClassName
{
border-color: #7F85BE;
}
.TagClassName
{
border-color: #7F85BE;
}
</style>