Shades of Wild Blue Yonder #728DBD
Tints of Wild Blue Yonder #728DBD
RGB
CMYK
RGB Variations
Color information
#728DBD (or 0x728DBD) is known color: Wild Blue Yonder. HEX triplet: 72, 8D and BD. RGB value is (114,141,189). Sum of RGB (Red+Green+Blue) = 114+141+189=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #728DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DBD is #8D7242. Grayscale: #8A8A8A. Windows color (decimal): -9269827 or 12422514. OLE color: 12422514.
HSL color Cylindrical-coordinate representation of color #728DBD: hue angle of 218.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #728DBD is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 141 | 189 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.26 |
| HSL | 218.4º | 0.36% | 0.59% | - |
| HSV(B) | 218.4º | 0.4% | 0.74% | - |
| XYZ | 25.65 | 26.3 | 51.87 | - |
| YUV | 138.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 189 | 0.40 | 0.25 | 0 | 0.26 | 218.4 | 0.36 | 0.59 |
| Hex | 72 | 8D | BD | 28 | 19 | 0 | 1A | DA | 24 | 3B |
| Octal | 162 | 215 | 275 | 50 | 31 | 0 | 32 | 332 | 44 | 73 |
| Binary | 1110010 | 10001101 | 10111101 | 101000 | 11001 | 0 | 11010 | 11011010 | 100100 | 111011 |
Color Harmonies of #728DBD
Complementary color
Monochromatic Colors of #728DBD
Black with #728DBD
Text Example
Text Example
White with #728DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DBD; }
p { color: rgb(114,141,189); }
H1.HeaderClassName
{
color: #728DBD;
}
.AnyTagClassName
{
color: #728DBD;
}
</style>
background-color css
<style>
a { background-color: #728DBD; }
a { background-color: rgb(114,141,189); }
div.DivClassName
{
background-color: #728DBD;
}
.BgClassName
{
background-color: #728DBD;
}
</style>
border-color css
<style>
span { border-color: #728DBD; }
span { border-color: rgb(114,141,189); }
td.TdClassName
{
border-color: #728DBD;
}
.TagClassName
{
border-color: #728DBD;
}
</style>