Shades of Wild Blue Yonder #7284CA
Tints of Wild Blue Yonder #7284CA
RGB
CMYK
RGB Variations
Color information
#7284CA (or 0x7284CA) is known color: Wild Blue Yonder. HEX triplet: 72, 84 and CA. RGB value is (114,132,202). Sum of RGB (Red+Green+Blue) = 114+132+202=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #7284CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284CA is #8D7B35. Grayscale: #868686. Windows color (decimal): -9272118 or 13272178. OLE color: 13272178.
HSL color Cylindrical-coordinate representation of color #7284CA: hue angle of 227.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7284CA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 132 | 202 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.21 |
| HSL | 227.73º | 0.45% | 0.62% | - |
| HSV(B) | 227.73º | 0.44% | 0.79% | - |
| XYZ | 25.85 | 24.34 | 59.21 | - |
| YUV | 134.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 202 | 0.44 | 0.35 | 0 | 0.21 | 227.73 | 0.45 | 0.62 |
| Hex | 72 | 84 | CA | 2C | 23 | 0 | 15 | E4 | 2D | 3E |
| Octal | 162 | 204 | 312 | 54 | 43 | 0 | 25 | 344 | 55 | 76 |
| Binary | 1110010 | 10000100 | 11001010 | 101100 | 100011 | 0 | 10101 | 11100100 | 101101 | 111110 |
Color Harmonies of #7284CA
Complementary color
Monochromatic Colors of #7284CA
Black with #7284CA
Text Example
Text Example
White with #7284CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284CA; }
p { color: rgb(114,132,202); }
H1.HeaderClassName
{
color: #7284CA;
}
.AnyTagClassName
{
color: #7284CA;
}
</style>
background-color css
<style>
a { background-color: #7284CA; }
a { background-color: rgb(114,132,202); }
div.DivClassName
{
background-color: #7284CA;
}
.BgClassName
{
background-color: #7284CA;
}
</style>
border-color css
<style>
span { border-color: #7284CA; }
span { border-color: rgb(114,132,202); }
td.TdClassName
{
border-color: #7284CA;
}
.TagClassName
{
border-color: #7284CA;
}
</style>