Shades of Wild Blue Yonder #728FD1
Tints of Wild Blue Yonder #728FD1
RGB
CMYK
RGB Variations
Color information
#728FD1 (or 0x728FD1) is known color: Wild Blue Yonder. HEX triplet: 72, 8F and D1. RGB value is (114,143,209). Sum of RGB (Red+Green+Blue) = 114+143+209=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #728FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FD1 is #8D702E. Grayscale: #8D8D8D. Windows color (decimal): -9269295 or 13733746. OLE color: 13733746.
HSL color Cylindrical-coordinate representation of color #728FD1: hue angle of 221.68º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #728FD1 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 143 | 209 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.18 |
| HSL | 221.68º | 0.51% | 0.63% | - |
| HSV(B) | 221.68º | 0.45% | 0.82% | - |
| XYZ | 28.27 | 27.83 | 64.2 | - |
| YUV | 141.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 209 | 0.45 | 0.32 | 0 | 0.18 | 221.68 | 0.51 | 0.63 |
| Hex | 72 | 8F | D1 | 2D | 20 | 0 | 12 | DE | 33 | 3F |
| Octal | 162 | 217 | 321 | 55 | 40 | 0 | 22 | 336 | 63 | 77 |
| Binary | 1110010 | 10001111 | 11010001 | 101101 | 100000 | 0 | 10010 | 11011110 | 110011 | 111111 |
Color Harmonies of #728FD1
Complementary color
Monochromatic Colors of #728FD1
Black with #728FD1
Text Example
Text Example
White with #728FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FD1; }
p { color: rgb(114,143,209); }
H1.HeaderClassName
{
color: #728FD1;
}
.AnyTagClassName
{
color: #728FD1;
}
</style>
background-color css
<style>
a { background-color: #728FD1; }
a { background-color: rgb(114,143,209); }
div.DivClassName
{
background-color: #728FD1;
}
.BgClassName
{
background-color: #728FD1;
}
</style>
border-color css
<style>
span { border-color: #728FD1; }
span { border-color: rgb(114,143,209); }
td.TdClassName
{
border-color: #728FD1;
}
.TagClassName
{
border-color: #728FD1;
}
</style>