Shades of Wild Blue Yonder #728BBE
Tints of Wild Blue Yonder #728BBE
RGB
CMYK
RGB Variations
Color information
#728BBE (or 0x728BBE) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and BE. RGB value is (114,139,190). Sum of RGB (Red+Green+Blue) = 114+139+190=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #728BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BBE is #8D7441. Grayscale: #898989. Windows color (decimal): -9270338 or 12487538. OLE color: 12487538.
HSL color Cylindrical-coordinate representation of color #728BBE: hue angle of 220.26º 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 #728BBE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 139 | 190 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.25 |
| HSL | 220.26º | 0.37% | 0.6% | - |
| HSV(B) | 220.26º | 0.4% | 0.75% | - |
| XYZ | 25.47 | 25.76 | 52.35 | - |
| YUV | 137.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 190 | 0.40 | 0.27 | 0 | 0.25 | 220.26 | 0.37 | 0.6 |
| Hex | 72 | 8B | BE | 28 | 1B | 0 | 19 | DC | 25 | 3C |
| Octal | 162 | 213 | 276 | 50 | 33 | 0 | 31 | 334 | 45 | 74 |
| Binary | 1110010 | 10001011 | 10111110 | 101000 | 11011 | 0 | 11001 | 11011100 | 100101 | 111100 |
Color Harmonies of #728BBE
Complementary color
Monochromatic Colors of #728BBE
Black with #728BBE
Text Example
Text Example
White with #728BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BBE; }
p { color: rgb(114,139,190); }
H1.HeaderClassName
{
color: #728BBE;
}
.AnyTagClassName
{
color: #728BBE;
}
</style>
background-color css
<style>
a { background-color: #728BBE; }
a { background-color: rgb(114,139,190); }
div.DivClassName
{
background-color: #728BBE;
}
.BgClassName
{
background-color: #728BBE;
}
</style>
border-color css
<style>
span { border-color: #728BBE; }
span { border-color: rgb(114,139,190); }
td.TdClassName
{
border-color: #728BBE;
}
.TagClassName
{
border-color: #728BBE;
}
</style>