Shades of Wild Blue Yonder #7F85BD
Tints of Wild Blue Yonder #7F85BD
RGB
CMYK
RGB Variations
Color information
#7F85BD (or 0x7F85BD) is known color: Wild Blue Yonder. HEX triplet: 7F, 85 and BD. RGB value is (127,133,189). Sum of RGB (Red+Green+Blue) = 127+133+189=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F85BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85BD is #807A42. Grayscale: #898989. Windows color (decimal): -8419907 or 12420479. OLE color: 12420479.
HSL color Cylindrical-coordinate representation of color #7F85BD: hue angle of 234.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F85BD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 133 | 189 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.26 |
| HSL | 234.19º | 0.32% | 0.62% | - |
| HSV(B) | 234.19º | 0.33% | 0.74% | - |
| XYZ | 26.33 | 24.96 | 51.57 | - |
| YUV | 137.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 189 | 0.33 | 0.30 | 0 | 0.26 | 234.19 | 0.32 | 0.62 |
| Hex | 7F | 85 | BD | 21 | 1E | 0 | 1A | EA | 20 | 3E |
| Octal | 177 | 205 | 275 | 41 | 36 | 0 | 32 | 352 | 40 | 76 |
| Binary | 1111111 | 10000101 | 10111101 | 100001 | 11110 | 0 | 11010 | 11101010 | 100000 | 111110 |
Color Harmonies of #7F85BD
Complementary color
Monochromatic Colors of #7F85BD
Black with #7F85BD
Text Example
Text Example
White with #7F85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85BD; }
p { color: rgb(127,133,189); }
H1.HeaderClassName
{
color: #7F85BD;
}
.AnyTagClassName
{
color: #7F85BD;
}
</style>
background-color css
<style>
a { background-color: #7F85BD; }
a { background-color: rgb(127,133,189); }
div.DivClassName
{
background-color: #7F85BD;
}
.BgClassName
{
background-color: #7F85BD;
}
</style>
border-color css
<style>
span { border-color: #7F85BD; }
span { border-color: rgb(127,133,189); }
td.TdClassName
{
border-color: #7F85BD;
}
.TagClassName
{
border-color: #7F85BD;
}
</style>