Shades of Wild Blue Yonder #7184BE
Tints of Wild Blue Yonder #7184BE
RGB
CMYK
RGB Variations
Color information
#7184BE (or 0x7184BE) is known color: Wild Blue Yonder. HEX triplet: 71, 84 and BE. RGB value is (113,132,190). Sum of RGB (Red+Green+Blue) = 113+132+190=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #7184BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184BE is #8E7B41. Grayscale: #848484. Windows color (decimal): -9337666 or 12485745. OLE color: 12485745.
HSL color Cylindrical-coordinate representation of color #7184BE: hue angle of 225.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7184BE is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 132 | 190 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.25 |
| HSL | 225.19º | 0.37% | 0.59% | - |
| HSV(B) | 225.19º | 0.41% | 0.75% | - |
| XYZ | 24.36 | 23.73 | 52.01 | - |
| YUV | 132.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 190 | 0.41 | 0.31 | 0 | 0.25 | 225.19 | 0.37 | 0.59 |
| Hex | 71 | 84 | BE | 29 | 1F | 0 | 19 | E1 | 25 | 3B |
| Octal | 161 | 204 | 276 | 51 | 37 | 0 | 31 | 341 | 45 | 73 |
| Binary | 1110001 | 10000100 | 10111110 | 101001 | 11111 | 0 | 11001 | 11100001 | 100101 | 111011 |
Color Harmonies of #7184BE
Complementary color
Monochromatic Colors of #7184BE
Black with #7184BE
Text Example
Text Example
White with #7184BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7184BE; }
p { color: rgb(113,132,190); }
H1.HeaderClassName
{
color: #7184BE;
}
.AnyTagClassName
{
color: #7184BE;
}
</style>
background-color css
<style>
a { background-color: #7184BE; }
a { background-color: rgb(113,132,190); }
div.DivClassName
{
background-color: #7184BE;
}
.BgClassName
{
background-color: #7184BE;
}
</style>
border-color css
<style>
span { border-color: #7184BE; }
span { border-color: rgb(113,132,190); }
td.TdClassName
{
border-color: #7184BE;
}
.TagClassName
{
border-color: #7184BE;
}
</style>