Shades of Wild Blue Yonder #7284BA
Tints of Wild Blue Yonder #7284BA
RGB
CMYK
RGB Variations
Color information
#7284BA (or 0x7284BA) is known color: Wild Blue Yonder. HEX triplet: 72, 84 and BA. RGB value is (114,132,186). Sum of RGB (Red+Green+Blue) = 114+132+186=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 132 (51.95% from 255 or 30.56% 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 #7284BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284BA is #8D7B45. Grayscale: #848484. Windows color (decimal): -9272134 or 12223602. OLE color: 12223602.
HSL color Cylindrical-coordinate representation of color #7284BA: hue angle of 225º degrees, saturation: 0.34, 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 #7284BA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 132 | 186 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.27 |
| HSL | 225º | 0.34% | 0.59% | - |
| HSV(B) | 225º | 0.39% | 0.73% | - |
| XYZ | 24.05 | 23.63 | 49.75 | - |
| YUV | 132.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 186 | 0.39 | 0.29 | 0 | 0.27 | 225 | 0.34 | 0.59 |
| Hex | 72 | 84 | BA | 27 | 1D | 0 | 1B | E1 | 22 | 3B |
| Octal | 162 | 204 | 272 | 47 | 35 | 0 | 33 | 341 | 42 | 73 |
| Binary | 1110010 | 10000100 | 10111010 | 100111 | 11101 | 0 | 11011 | 11100001 | 100010 | 111011 |
Color Harmonies of #7284BA
Complementary color
Monochromatic Colors of #7284BA
Black with #7284BA
Text Example
Text Example
White with #7284BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284BA; }
p { color: rgb(114,132,186); }
H1.HeaderClassName
{
color: #7284BA;
}
.AnyTagClassName
{
color: #7284BA;
}
</style>
background-color css
<style>
a { background-color: #7284BA; }
a { background-color: rgb(114,132,186); }
div.DivClassName
{
background-color: #7284BA;
}
.BgClassName
{
background-color: #7284BA;
}
</style>
border-color css
<style>
span { border-color: #7284BA; }
span { border-color: rgb(114,132,186); }
td.TdClassName
{
border-color: #7284BA;
}
.TagClassName
{
border-color: #7284BA;
}
</style>