Shades of Wild Blue Yonder #7284CE
Tints of Wild Blue Yonder #7284CE
RGB
CMYK
RGB Variations
Color information
#7284CE (or 0x7284CE) is known color: Wild Blue Yonder. HEX triplet: 72, 84 and CE. RGB value is (114,132,206). Sum of RGB (Red+Green+Blue) = 114+132+206=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #7284CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7284CE is #8D7B31. Grayscale: #868686. Windows color (decimal): -9272114 or 13534322. OLE color: 13534322.
HSL color Cylindrical-coordinate representation of color #7284CE: hue angle of 228.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7284CE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 132 | 206 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.19 |
| HSL | 228.26º | 0.48% | 0.63% | - |
| HSV(B) | 228.26º | 0.45% | 0.81% | - |
| XYZ | 26.33 | 24.54 | 61.74 | - |
| YUV | 135.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 206 | 0.45 | 0.36 | 0 | 0.19 | 228.26 | 0.48 | 0.63 |
| Hex | 72 | 84 | CE | 2D | 24 | 0 | 13 | E4 | 30 | 3F |
| Octal | 162 | 204 | 316 | 55 | 44 | 0 | 23 | 344 | 60 | 77 |
| Binary | 1110010 | 10000100 | 11001110 | 101101 | 100100 | 0 | 10011 | 11100100 | 110000 | 111111 |
Color Harmonies of #7284CE
Complementary color
Monochromatic Colors of #7284CE
Black with #7284CE
Text Example
Text Example
White with #7284CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284CE; }
p { color: rgb(114,132,206); }
H1.HeaderClassName
{
color: #7284CE;
}
.AnyTagClassName
{
color: #7284CE;
}
</style>
background-color css
<style>
a { background-color: #7284CE; }
a { background-color: rgb(114,132,206); }
div.DivClassName
{
background-color: #7284CE;
}
.BgClassName
{
background-color: #7284CE;
}
</style>
border-color css
<style>
span { border-color: #7284CE; }
span { border-color: rgb(114,132,206); }
td.TdClassName
{
border-color: #7284CE;
}
.TagClassName
{
border-color: #7284CE;
}
</style>