Shades of Wild Blue Yonder #7184CE
Tints of Wild Blue Yonder #7184CE
RGB
CMYK
RGB Variations
Color information
#7184CE (or 0x7184CE) is known color: Wild Blue Yonder. HEX triplet: 71, 84 and CE. RGB value is (113,132,206). Sum of RGB (Red+Green+Blue) = 113+132+206=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #7184CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184CE is #8E7B31. Grayscale: #868686. Windows color (decimal): -9337650 or 13534321. OLE color: 13534321.
HSL color Cylindrical-coordinate representation of color #7184CE: hue angle of 227.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7184CE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 132 | 206 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.19 |
| HSL | 227.74º | 0.49% | 0.63% | - |
| HSV(B) | 227.74º | 0.45% | 0.81% | - |
| XYZ | 26.2 | 24.47 | 61.73 | - |
| YUV | 134.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 206 | 0.45 | 0.36 | 0 | 0.19 | 227.74 | 0.49 | 0.63 |
| Hex | 71 | 84 | CE | 2D | 24 | 0 | 13 | E4 | 31 | 3F |
| Octal | 161 | 204 | 316 | 55 | 44 | 0 | 23 | 344 | 61 | 77 |
| Binary | 1110001 | 10000100 | 11001110 | 101101 | 100100 | 0 | 10011 | 11100100 | 110001 | 111111 |
Color Harmonies of #7184CE
Complementary color
Monochromatic Colors of #7184CE
Black with #7184CE
Text Example
Text Example
White with #7184CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7184CE; }
p { color: rgb(113,132,206); }
H1.HeaderClassName
{
color: #7184CE;
}
.AnyTagClassName
{
color: #7184CE;
}
</style>
background-color css
<style>
a { background-color: #7184CE; }
a { background-color: rgb(113,132,206); }
div.DivClassName
{
background-color: #7184CE;
}
.BgClassName
{
background-color: #7184CE;
}
</style>
border-color css
<style>
span { border-color: #7184CE; }
span { border-color: rgb(113,132,206); }
td.TdClassName
{
border-color: #7184CE;
}
.TagClassName
{
border-color: #7184CE;
}
</style>