Shades of Wild Blue Yonder #7284C9
Tints of Wild Blue Yonder #7284C9
RGB
CMYK
RGB Variations
Color information
#7284C9 (or 0x7284C9) is known color: Wild Blue Yonder. HEX triplet: 72, 84 and C9. RGB value is (114,132,201). Sum of RGB (Red+Green+Blue) = 114+132+201=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #7284C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284C9 is #8D7B36. Grayscale: #868686. Windows color (decimal): -9272119 or 13206642. OLE color: 13206642.
HSL color Cylindrical-coordinate representation of color #7284C9: hue angle of 227.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7284C9 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 132 | 201 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.21 |
| HSL | 227.59º | 0.45% | 0.62% | - |
| HSV(B) | 227.59º | 0.43% | 0.79% | - |
| XYZ | 25.73 | 24.3 | 58.59 | - |
| YUV | 134.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 201 | 0.43 | 0.34 | 0 | 0.21 | 227.59 | 0.45 | 0.62 |
| Hex | 72 | 84 | C9 | 2B | 22 | 0 | 15 | E4 | 2D | 3E |
| Octal | 162 | 204 | 311 | 53 | 42 | 0 | 25 | 344 | 55 | 76 |
| Binary | 1110010 | 10000100 | 11001001 | 101011 | 100010 | 0 | 10101 | 11100100 | 101101 | 111110 |
Color Harmonies of #7284C9
Complementary color
Monochromatic Colors of #7284C9
Black with #7284C9
Text Example
Text Example
White with #7284C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284C9; }
p { color: rgb(114,132,201); }
H1.HeaderClassName
{
color: #7284C9;
}
.AnyTagClassName
{
color: #7284C9;
}
</style>
background-color css
<style>
a { background-color: #7284C9; }
a { background-color: rgb(114,132,201); }
div.DivClassName
{
background-color: #7284C9;
}
.BgClassName
{
background-color: #7284C9;
}
</style>
border-color css
<style>
span { border-color: #7284C9; }
span { border-color: rgb(114,132,201); }
td.TdClassName
{
border-color: #7284C9;
}
.TagClassName
{
border-color: #7284C9;
}
</style>