Shades of Wild Blue Yonder #728ABB
Tints of Wild Blue Yonder #728ABB
RGB
CMYK
RGB Variations
Color information
#728ABB (or 0x728ABB) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and BB. RGB value is (114,138,187). Sum of RGB (Red+Green+Blue) = 114+138+187=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #728ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ABB is #8D7544. Grayscale: #888888. Windows color (decimal): -9270597 or 12290674. OLE color: 12290674.
HSL color Cylindrical-coordinate representation of color #728ABB: hue angle of 220.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728ABB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 138 | 187 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.27 |
| HSL | 220.27º | 0.35% | 0.59% | - |
| HSV(B) | 220.27º | 0.39% | 0.73% | - |
| XYZ | 25 | 25.34 | 50.59 | - |
| YUV | 136.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 187 | 0.39 | 0.26 | 0 | 0.27 | 220.27 | 0.35 | 0.59 |
| Hex | 72 | 8A | BB | 27 | 1A | 0 | 1B | DC | 23 | 3B |
| Octal | 162 | 212 | 273 | 47 | 32 | 0 | 33 | 334 | 43 | 73 |
| Binary | 1110010 | 10001010 | 10111011 | 100111 | 11010 | 0 | 11011 | 11011100 | 100011 | 111011 |
Color Harmonies of #728ABB
Complementary color
Monochromatic Colors of #728ABB
Black with #728ABB
Text Example
Text Example
White with #728ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ABB; }
p { color: rgb(114,138,187); }
H1.HeaderClassName
{
color: #728ABB;
}
.AnyTagClassName
{
color: #728ABB;
}
</style>
background-color css
<style>
a { background-color: #728ABB; }
a { background-color: rgb(114,138,187); }
div.DivClassName
{
background-color: #728ABB;
}
.BgClassName
{
background-color: #728ABB;
}
</style>
border-color css
<style>
span { border-color: #728ABB; }
span { border-color: rgb(114,138,187); }
td.TdClassName
{
border-color: #728ABB;
}
.TagClassName
{
border-color: #728ABB;
}
</style>