Shades of Wild Blue Yonder #728ABE
Tints of Wild Blue Yonder #728ABE
RGB
CMYK
RGB Variations
Color information
#728ABE (or 0x728ABE) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and BE. RGB value is (114,138,190). Sum of RGB (Red+Green+Blue) = 114+138+190=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #728ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ABE is #8D7541. Grayscale: #888888. Windows color (decimal): -9270594 or 12487282. OLE color: 12487282.
HSL color Cylindrical-coordinate representation of color #728ABE: hue angle of 221.05º 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 #728ABE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 138 | 190 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.25 |
| HSL | 221.05º | 0.37% | 0.6% | - |
| HSV(B) | 221.05º | 0.4% | 0.75% | - |
| XYZ | 25.32 | 25.47 | 52.3 | - |
| YUV | 136.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 190 | 0.40 | 0.27 | 0 | 0.25 | 221.05 | 0.37 | 0.6 |
| Hex | 72 | 8A | BE | 28 | 1B | 0 | 19 | DD | 25 | 3C |
| Octal | 162 | 212 | 276 | 50 | 33 | 0 | 31 | 335 | 45 | 74 |
| Binary | 1110010 | 10001010 | 10111110 | 101000 | 11011 | 0 | 11001 | 11011101 | 100101 | 111100 |
Color Harmonies of #728ABE
Complementary color
Monochromatic Colors of #728ABE
Black with #728ABE
Text Example
Text Example
White with #728ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ABE; }
p { color: rgb(114,138,190); }
H1.HeaderClassName
{
color: #728ABE;
}
.AnyTagClassName
{
color: #728ABE;
}
</style>
background-color css
<style>
a { background-color: #728ABE; }
a { background-color: rgb(114,138,190); }
div.DivClassName
{
background-color: #728ABE;
}
.BgClassName
{
background-color: #728ABE;
}
</style>
border-color css
<style>
span { border-color: #728ABE; }
span { border-color: rgb(114,138,190); }
td.TdClassName
{
border-color: #728ABE;
}
.TagClassName
{
border-color: #728ABE;
}
</style>