Shades of Wild Blue Yonder #7284C2
Tints of Wild Blue Yonder #7284C2
RGB
CMYK
RGB Variations
Color information
#7284C2 (or 0x7284C2) is known color: Wild Blue Yonder. HEX triplet: 72, 84 and C2. RGB value is (114,132,194). Sum of RGB (Red+Green+Blue) = 114+132+194=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #7284C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284C2 is #8D7B3D. Grayscale: #858585. Windows color (decimal): -9272126 or 12747890. OLE color: 12747890.
HSL color Cylindrical-coordinate representation of color #7284C2: hue angle of 226.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7284C2 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 132 | 194 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.24 |
| HSL | 226.5º | 0.4% | 0.6% | - |
| HSV(B) | 226.5º | 0.41% | 0.76% | - |
| XYZ | 24.93 | 23.97 | 54.35 | - |
| YUV | 133.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 194 | 0.41 | 0.32 | 0 | 0.24 | 226.5 | 0.4 | 0.6 |
| Hex | 72 | 84 | C2 | 29 | 20 | 0 | 18 | E2 | 28 | 3C |
| Octal | 162 | 204 | 302 | 51 | 40 | 0 | 30 | 342 | 50 | 74 |
| Binary | 1110010 | 10000100 | 11000010 | 101001 | 100000 | 0 | 11000 | 11100010 | 101000 | 111100 |
Color Harmonies of #7284C2
Complementary color
Monochromatic Colors of #7284C2
Black with #7284C2
Text Example
Text Example
White with #7284C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284C2; }
p { color: rgb(114,132,194); }
H1.HeaderClassName
{
color: #7284C2;
}
.AnyTagClassName
{
color: #7284C2;
}
</style>
background-color css
<style>
a { background-color: #7284C2; }
a { background-color: rgb(114,132,194); }
div.DivClassName
{
background-color: #7284C2;
}
.BgClassName
{
background-color: #7284C2;
}
</style>
border-color css
<style>
span { border-color: #7284C2; }
span { border-color: rgb(114,132,194); }
td.TdClassName
{
border-color: #7284C2;
}
.TagClassName
{
border-color: #7284C2;
}
</style>