Shades of Wild Blue Yonder #7289CE
Tints of Wild Blue Yonder #7289CE
RGB
CMYK
RGB Variations
Color information
#7289CE (or 0x7289CE) is known color: Wild Blue Yonder. HEX triplet: 72, 89 and CE. RGB value is (114,137,206). Sum of RGB (Red+Green+Blue) = 114+137+206=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #7289CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289CE is #8D7631. Grayscale: #898989. Windows color (decimal): -9270834 or 13535602. OLE color: 13535602.
HSL color Cylindrical-coordinate representation of color #7289CE: hue angle of 225º 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 #7289CE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 137 | 206 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.19 |
| HSL | 225º | 0.48% | 0.63% | - |
| HSV(B) | 225º | 0.45% | 0.81% | - |
| XYZ | 27.03 | 25.92 | 61.97 | - |
| YUV | 137.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 206 | 0.45 | 0.33 | 0 | 0.19 | 225 | 0.48 | 0.63 |
| Hex | 72 | 89 | CE | 2D | 21 | 0 | 13 | E1 | 30 | 3F |
| Octal | 162 | 211 | 316 | 55 | 41 | 0 | 23 | 341 | 60 | 77 |
| Binary | 1110010 | 10001001 | 11001110 | 101101 | 100001 | 0 | 10011 | 11100001 | 110000 | 111111 |
Color Harmonies of #7289CE
Complementary color
Monochromatic Colors of #7289CE
Black with #7289CE
Text Example
Text Example
White with #7289CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7289CE; }
p { color: rgb(114,137,206); }
H1.HeaderClassName
{
color: #7289CE;
}
.AnyTagClassName
{
color: #7289CE;
}
</style>
background-color css
<style>
a { background-color: #7289CE; }
a { background-color: rgb(114,137,206); }
div.DivClassName
{
background-color: #7289CE;
}
.BgClassName
{
background-color: #7289CE;
}
</style>
border-color css
<style>
span { border-color: #7289CE; }
span { border-color: rgb(114,137,206); }
td.TdClassName
{
border-color: #7289CE;
}
.TagClassName
{
border-color: #7289CE;
}
</style>