Shades of Wild Blue Yonder #7185BA
Tints of Wild Blue Yonder #7185BA
RGB
CMYK
RGB Variations
Color information
#7185BA (or 0x7185BA) is known color: Wild Blue Yonder. HEX triplet: 71, 85 and BA. RGB value is (113,133,186). Sum of RGB (Red+Green+Blue) = 113+133+186=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #7185BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185BA is #8E7A45. Grayscale: #848484. Windows color (decimal): -9337414 or 12223857. OLE color: 12223857.
HSL color Cylindrical-coordinate representation of color #7185BA: hue angle of 223.56º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7185BA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 133 | 186 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.27 |
| HSL | 223.56º | 0.35% | 0.59% | - |
| HSV(B) | 223.56º | 0.39% | 0.73% | - |
| XYZ | 24.06 | 23.83 | 49.79 | - |
| YUV | 133.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 186 | 0.39 | 0.28 | 0 | 0.27 | 223.56 | 0.35 | 0.59 |
| Hex | 71 | 85 | BA | 27 | 1C | 0 | 1B | E0 | 23 | 3B |
| Octal | 161 | 205 | 272 | 47 | 34 | 0 | 33 | 340 | 43 | 73 |
| Binary | 1110001 | 10000101 | 10111010 | 100111 | 11100 | 0 | 11011 | 11100000 | 100011 | 111011 |
Color Harmonies of #7185BA
Complementary color
Monochromatic Colors of #7185BA
Black with #7185BA
Text Example
Text Example
White with #7185BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7185BA; }
p { color: rgb(113,133,186); }
H1.HeaderClassName
{
color: #7185BA;
}
.AnyTagClassName
{
color: #7185BA;
}
</style>
background-color css
<style>
a { background-color: #7185BA; }
a { background-color: rgb(113,133,186); }
div.DivClassName
{
background-color: #7185BA;
}
.BgClassName
{
background-color: #7185BA;
}
</style>
border-color css
<style>
span { border-color: #7185BA; }
span { border-color: rgb(113,133,186); }
td.TdClassName
{
border-color: #7185BA;
}
.TagClassName
{
border-color: #7185BA;
}
</style>