Shades of Wild Blue Yonder #728DBC
Tints of Wild Blue Yonder #728DBC
RGB
CMYK
RGB Variations
Color information
#728DBC (or 0x728DBC) is known color: Wild Blue Yonder. HEX triplet: 72, 8D and BC. RGB value is (114,141,188). Sum of RGB (Red+Green+Blue) = 114+141+188=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #728DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DBC is #8D7243. Grayscale: #8A8A8A. Windows color (decimal): -9269828 or 12356978. OLE color: 12356978.
HSL color Cylindrical-coordinate representation of color #728DBC: hue angle of 218.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728DBC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 141 | 188 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.26 |
| HSL | 218.11º | 0.36% | 0.59% | - |
| HSV(B) | 218.11º | 0.39% | 0.74% | - |
| XYZ | 25.54 | 26.26 | 51.3 | - |
| YUV | 138.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 188 | 0.39 | 0.25 | 0 | 0.26 | 218.11 | 0.36 | 0.59 |
| Hex | 72 | 8D | BC | 27 | 19 | 0 | 1A | DA | 24 | 3B |
| Octal | 162 | 215 | 274 | 47 | 31 | 0 | 32 | 332 | 44 | 73 |
| Binary | 1110010 | 10001101 | 10111100 | 100111 | 11001 | 0 | 11010 | 11011010 | 100100 | 111011 |
Color Harmonies of #728DBC
Complementary color
Monochromatic Colors of #728DBC
Black with #728DBC
Text Example
Text Example
White with #728DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DBC; }
p { color: rgb(114,141,188); }
H1.HeaderClassName
{
color: #728DBC;
}
.AnyTagClassName
{
color: #728DBC;
}
</style>
background-color css
<style>
a { background-color: #728DBC; }
a { background-color: rgb(114,141,188); }
div.DivClassName
{
background-color: #728DBC;
}
.BgClassName
{
background-color: #728DBC;
}
</style>
border-color css
<style>
span { border-color: #728DBC; }
span { border-color: rgb(114,141,188); }
td.TdClassName
{
border-color: #728DBC;
}
.TagClassName
{
border-color: #728DBC;
}
</style>