Shades of Wild Blue Yonder #7289B5
Tints of Wild Blue Yonder #7289B5
RGB
CMYK
RGB Variations
Color information
#7289B5 (or 0x7289B5) is known color: Wild Blue Yonder. HEX triplet: 72, 89 and B5. RGB value is (114,137,181). Sum of RGB (Red+Green+Blue) = 114+137+181=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #7289B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289B5 is #8D764A. Grayscale: #868686. Windows color (decimal): -9270859 or 11897202. OLE color: 11897202.
HSL color Cylindrical-coordinate representation of color #7289B5: hue angle of 219.4º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7289B5 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 137 | 181 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.29 |
| HSL | 219.4º | 0.31% | 0.58% | - |
| HSV(B) | 219.4º | 0.37% | 0.71% | - |
| XYZ | 24.23 | 24.8 | 47.23 | - |
| YUV | 135.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 181 | 0.37 | 0.24 | 0 | 0.29 | 219.4 | 0.31 | 0.58 |
| Hex | 72 | 89 | B5 | 25 | 18 | 0 | 1D | DB | 1F | 3A |
| Octal | 162 | 211 | 265 | 45 | 30 | 0 | 35 | 333 | 37 | 72 |
| Binary | 1110010 | 10001001 | 10110101 | 100101 | 11000 | 0 | 11101 | 11011011 | 11111 | 111010 |
Color Harmonies of #7289B5
Complementary color
Monochromatic Colors of #7289B5
Black with #7289B5
Text Example
Text Example
White with #7289B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7289B5; }
p { color: rgb(114,137,181); }
H1.HeaderClassName
{
color: #7289B5;
}
.AnyTagClassName
{
color: #7289B5;
}
</style>
background-color css
<style>
a { background-color: #7289B5; }
a { background-color: rgb(114,137,181); }
div.DivClassName
{
background-color: #7289B5;
}
.BgClassName
{
background-color: #7289B5;
}
</style>
border-color css
<style>
span { border-color: #7289B5; }
span { border-color: rgb(114,137,181); }
td.TdClassName
{
border-color: #7289B5;
}
.TagClassName
{
border-color: #7289B5;
}
</style>