Shades of Wild Blue Yonder #728FBE
Tints of Wild Blue Yonder #728FBE
RGB
CMYK
RGB Variations
Color information
#728FBE (or 0x728FBE) is known color: Wild Blue Yonder. HEX triplet: 72, 8F and BE. RGB value is (114,143,190). Sum of RGB (Red+Green+Blue) = 114+143+190=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #728FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FBE is #8D7041. Grayscale: #8B8B8B. Windows color (decimal): -9269314 or 12488562. OLE color: 12488562.
HSL color Cylindrical-coordinate representation of color #728FBE: hue angle of 217.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #728FBE is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 143 | 190 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.25 |
| HSL | 217.11º | 0.37% | 0.6% | - |
| HSV(B) | 217.11º | 0.4% | 0.75% | - |
| XYZ | 26.06 | 26.94 | 52.54 | - |
| YUV | 139.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 190 | 0.40 | 0.25 | 0 | 0.25 | 217.11 | 0.37 | 0.6 |
| Hex | 72 | 8F | BE | 28 | 19 | 0 | 19 | D9 | 25 | 3C |
| Octal | 162 | 217 | 276 | 50 | 31 | 0 | 31 | 331 | 45 | 74 |
| Binary | 1110010 | 10001111 | 10111110 | 101000 | 11001 | 0 | 11001 | 11011001 | 100101 | 111100 |
Color Harmonies of #728FBE
Complementary color
Monochromatic Colors of #728FBE
Black with #728FBE
Text Example
Text Example
White with #728FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FBE; }
p { color: rgb(114,143,190); }
H1.HeaderClassName
{
color: #728FBE;
}
.AnyTagClassName
{
color: #728FBE;
}
</style>
background-color css
<style>
a { background-color: #728FBE; }
a { background-color: rgb(114,143,190); }
div.DivClassName
{
background-color: #728FBE;
}
.BgClassName
{
background-color: #728FBE;
}
</style>
border-color css
<style>
span { border-color: #728FBE; }
span { border-color: rgb(114,143,190); }
td.TdClassName
{
border-color: #728FBE;
}
.TagClassName
{
border-color: #728FBE;
}
</style>