Shades of Wild Blue Yonder #7289CF
Tints of Wild Blue Yonder #7289CF
RGB
CMYK
RGB Variations
Color information
#7289CF (or 0x7289CF) is known color: Wild Blue Yonder. HEX triplet: 72, 89 and CF. RGB value is (114,137,207). Sum of RGB (Red+Green+Blue) = 114+137+207=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #7289CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289CF is #8D7630. Grayscale: #898989. Windows color (decimal): -9270833 or 13601138. OLE color: 13601138.
HSL color Cylindrical-coordinate representation of color #7289CF: hue angle of 225.16º degrees, saturation: 0.49, 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 #7289CF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 137 | 207 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.19 |
| HSL | 225.16º | 0.49% | 0.63% | - |
| HSV(B) | 225.16º | 0.45% | 0.81% | - |
| XYZ | 27.15 | 25.97 | 62.61 | - |
| YUV | 138.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 207 | 0.45 | 0.34 | 0 | 0.19 | 225.16 | 0.49 | 0.63 |
| Hex | 72 | 89 | CF | 2D | 22 | 0 | 13 | E1 | 31 | 3F |
| Octal | 162 | 211 | 317 | 55 | 42 | 0 | 23 | 341 | 61 | 77 |
| Binary | 1110010 | 10001001 | 11001111 | 101101 | 100010 | 0 | 10011 | 11100001 | 110001 | 111111 |
Color Harmonies of #7289CF
Complementary color
Monochromatic Colors of #7289CF
Black with #7289CF
Text Example
Text Example
White with #7289CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7289CF; }
p { color: rgb(114,137,207); }
H1.HeaderClassName
{
color: #7289CF;
}
.AnyTagClassName
{
color: #7289CF;
}
</style>
background-color css
<style>
a { background-color: #7289CF; }
a { background-color: rgb(114,137,207); }
div.DivClassName
{
background-color: #7289CF;
}
.BgClassName
{
background-color: #7289CF;
}
</style>
border-color css
<style>
span { border-color: #7289CF; }
span { border-color: rgb(114,137,207); }
td.TdClassName
{
border-color: #7289CF;
}
.TagClassName
{
border-color: #7289CF;
}
</style>