Shades of Wild Blue Yonder #7085B7
Tints of Wild Blue Yonder #7085B7
RGB
CMYK
RGB Variations
Color information
#7085B7 (or 0x7085B7) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and B7. RGB value is (112,133,183). Sum of RGB (Red+Green+Blue) = 112+133+183=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #7085B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085B7 is #8F7A48. Grayscale: #848484. Windows color (decimal): -9402953 or 12027248. OLE color: 12027248.
HSL color Cylindrical-coordinate representation of color #7085B7: hue angle of 222.25º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7085B7 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 133 | 183 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.28 |
| HSL | 222.25º | 0.33% | 0.58% | - |
| HSV(B) | 222.25º | 0.39% | 0.72% | - |
| XYZ | 23.62 | 23.64 | 48.12 | - |
| YUV | 132.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 183 | 0.39 | 0.27 | 0 | 0.28 | 222.25 | 0.33 | 0.58 |
| Hex | 70 | 85 | B7 | 27 | 1B | 0 | 1C | DE | 21 | 3A |
| Octal | 160 | 205 | 267 | 47 | 33 | 0 | 34 | 336 | 41 | 72 |
| Binary | 1110000 | 10000101 | 10110111 | 100111 | 11011 | 0 | 11100 | 11011110 | 100001 | 111010 |
Color Harmonies of #7085B7
Complementary color
Monochromatic Colors of #7085B7
Black with #7085B7
Text Example
Text Example
White with #7085B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7085B7; }
p { color: rgb(112,133,183); }
H1.HeaderClassName
{
color: #7085B7;
}
.AnyTagClassName
{
color: #7085B7;
}
</style>
background-color css
<style>
a { background-color: #7085B7; }
a { background-color: rgb(112,133,183); }
div.DivClassName
{
background-color: #7085B7;
}
.BgClassName
{
background-color: #7085B7;
}
</style>
border-color css
<style>
span { border-color: #7085B7; }
span { border-color: rgb(112,133,183); }
td.TdClassName
{
border-color: #7085B7;
}
.TagClassName
{
border-color: #7085B7;
}
</style>