Shades of Wild Blue Yonder #7F85AD
Tints of Wild Blue Yonder #7F85AD
RGB
CMYK
RGB Variations
Color information
#7F85AD (or 0x7F85AD) is known color: Wild Blue Yonder. HEX triplet: 7F, 85 and AD. RGB value is (127,133,173). Sum of RGB (Red+Green+Blue) = 127+133+173=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F85AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F85AD is #807A52. Grayscale: #878787. Windows color (decimal): -8419923 or 11371903. OLE color: 11371903.
HSL color Cylindrical-coordinate representation of color #7F85AD: hue angle of 232.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F85AD is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 133 | 173 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.32 |
| HSL | 232.17º | 0.22% | 0.59% | - |
| HSV(B) | 232.17º | 0.27% | 0.68% | - |
| XYZ | 24.68 | 24.3 | 42.93 | - |
| YUV | 135.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 173 | 0.27 | 0.23 | 0 | 0.32 | 232.17 | 0.22 | 0.59 |
| Hex | 7F | 85 | AD | 1B | 17 | 0 | 20 | E8 | 16 | 3B |
| Octal | 177 | 205 | 255 | 33 | 27 | 0 | 40 | 350 | 26 | 73 |
| Binary | 1111111 | 10000101 | 10101101 | 11011 | 10111 | 0 | 100000 | 11101000 | 10110 | 111011 |
Color Harmonies of #7F85AD
Complementary color
Monochromatic Colors of #7F85AD
Black with #7F85AD
Text Example
Text Example
White with #7F85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F85AD; }
p { color: rgb(127,133,173); }
H1.HeaderClassName
{
color: #7F85AD;
}
.AnyTagClassName
{
color: #7F85AD;
}
</style>
background-color css
<style>
a { background-color: #7F85AD; }
a { background-color: rgb(127,133,173); }
div.DivClassName
{
background-color: #7F85AD;
}
.BgClassName
{
background-color: #7F85AD;
}
</style>
border-color css
<style>
span { border-color: #7F85AD; }
span { border-color: rgb(127,133,173); }
td.TdClassName
{
border-color: #7F85AD;
}
.TagClassName
{
border-color: #7F85AD;
}
</style>