Shades of Wild Blue Yonder #7184CC
Tints of Wild Blue Yonder #7184CC
RGB
CMYK
RGB Variations
Color information
#7184CC (or 0x7184CC) is known color: Wild Blue Yonder. HEX triplet: 71, 84 and CC. RGB value is (113,132,204). Sum of RGB (Red+Green+Blue) = 113+132+204=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #7184CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184CC is #8E7B33. Grayscale: #868686. Windows color (decimal): -9337652 or 13403249. OLE color: 13403249.
HSL color Cylindrical-coordinate representation of color #7184CC: hue angle of 227.47º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7184CC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 132 | 204 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.2 |
| HSL | 227.47º | 0.47% | 0.62% | - |
| HSV(B) | 227.47º | 0.45% | 0.8% | - |
| XYZ | 25.96 | 24.37 | 60.46 | - |
| YUV | 134.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 204 | 0.45 | 0.35 | 0 | 0.2 | 227.47 | 0.47 | 0.62 |
| Hex | 71 | 84 | CC | 2D | 23 | 0 | 14 | E3 | 2F | 3E |
| Octal | 161 | 204 | 314 | 55 | 43 | 0 | 24 | 343 | 57 | 76 |
| Binary | 1110001 | 10000100 | 11001100 | 101101 | 100011 | 0 | 10100 | 11100011 | 101111 | 111110 |
Color Harmonies of #7184CC
Complementary color
Monochromatic Colors of #7184CC
Black with #7184CC
Text Example
Text Example
White with #7184CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7184CC; }
p { color: rgb(113,132,204); }
H1.HeaderClassName
{
color: #7184CC;
}
.AnyTagClassName
{
color: #7184CC;
}
</style>
background-color css
<style>
a { background-color: #7184CC; }
a { background-color: rgb(113,132,204); }
div.DivClassName
{
background-color: #7184CC;
}
.BgClassName
{
background-color: #7184CC;
}
</style>
border-color css
<style>
span { border-color: #7184CC; }
span { border-color: rgb(113,132,204); }
td.TdClassName
{
border-color: #7184CC;
}
.TagClassName
{
border-color: #7184CC;
}
</style>