Shades of Wild Blue Yonder #728DB9
Tints of Wild Blue Yonder #728DB9
RGB
CMYK
RGB Variations
Color information
#728DB9 (or 0x728DB9) is known color: Wild Blue Yonder. HEX triplet: 72, 8D and B9. RGB value is (114,141,185). Sum of RGB (Red+Green+Blue) = 114+141+185=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #728DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DB9 is #8D7246. Grayscale: #898989. Windows color (decimal): -9269831 or 12160370. OLE color: 12160370.
HSL color Cylindrical-coordinate representation of color #728DB9: hue angle of 217.18º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #728DB9 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 141 | 185 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.27 |
| HSL | 217.18º | 0.34% | 0.59% | - |
| HSV(B) | 217.18º | 0.38% | 0.73% | - |
| XYZ | 25.22 | 26.13 | 49.61 | - |
| YUV | 137.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 185 | 0.38 | 0.24 | 0 | 0.27 | 217.18 | 0.34 | 0.59 |
| Hex | 72 | 8D | B9 | 26 | 18 | 0 | 1B | D9 | 22 | 3B |
| Octal | 162 | 215 | 271 | 46 | 30 | 0 | 33 | 331 | 42 | 73 |
| Binary | 1110010 | 10001101 | 10111001 | 100110 | 11000 | 0 | 11011 | 11011001 | 100010 | 111011 |
Color Harmonies of #728DB9
Complementary color
Monochromatic Colors of #728DB9
Black with #728DB9
Text Example
Text Example
White with #728DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DB9; }
p { color: rgb(114,141,185); }
H1.HeaderClassName
{
color: #728DB9;
}
.AnyTagClassName
{
color: #728DB9;
}
</style>
background-color css
<style>
a { background-color: #728DB9; }
a { background-color: rgb(114,141,185); }
div.DivClassName
{
background-color: #728DB9;
}
.BgClassName
{
background-color: #728DB9;
}
</style>
border-color css
<style>
span { border-color: #728DB9; }
span { border-color: rgb(114,141,185); }
td.TdClassName
{
border-color: #728DB9;
}
.TagClassName
{
border-color: #728DB9;
}
</style>