Shades of Wild Blue Yonder #7184CB
Tints of Wild Blue Yonder #7184CB
RGB
CMYK
RGB Variations
Color information
#7184CB (or 0x7184CB) is known color: Wild Blue Yonder. HEX triplet: 71, 84 and CB. RGB value is (113,132,203). Sum of RGB (Red+Green+Blue) = 113+132+203=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #7184CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184CB is #8E7B34. Grayscale: #868686. Windows color (decimal): -9337653 or 13337713. OLE color: 13337713.
HSL color Cylindrical-coordinate representation of color #7184CB: hue angle of 227.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7184CB is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 132 | 203 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.20 |
| HSL | 227.33º | 0.46% | 0.62% | - |
| HSV(B) | 227.33º | 0.44% | 0.8% | - |
| XYZ | 25.84 | 24.33 | 59.83 | - |
| YUV | 134.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 203 | 0.44 | 0.35 | 0 | 0.20 | 227.33 | 0.46 | 0.62 |
| Hex | 71 | 84 | CB | 2C | 23 | 0 | 14 | E3 | 2E | 3E |
| Octal | 161 | 204 | 313 | 54 | 43 | 0 | 24 | 343 | 56 | 76 |
| Binary | 1110001 | 10000100 | 11001011 | 101100 | 100011 | 0 | 10100 | 11100011 | 101110 | 111110 |
Color Harmonies of #7184CB
Complementary color
Monochromatic Colors of #7184CB
Black with #7184CB
Text Example
Text Example
White with #7184CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7184CB; }
p { color: rgb(113,132,203); }
H1.HeaderClassName
{
color: #7184CB;
}
.AnyTagClassName
{
color: #7184CB;
}
</style>
background-color css
<style>
a { background-color: #7184CB; }
a { background-color: rgb(113,132,203); }
div.DivClassName
{
background-color: #7184CB;
}
.BgClassName
{
background-color: #7184CB;
}
</style>
border-color css
<style>
span { border-color: #7184CB; }
span { border-color: rgb(113,132,203); }
td.TdClassName
{
border-color: #7184CB;
}
.TagClassName
{
border-color: #7184CB;
}
</style>