Shades of Wild Blue Yonder #728BC9
Tints of Wild Blue Yonder #728BC9
RGB
CMYK
RGB Variations
Color information
#728BC9 (or 0x728BC9) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and C9. RGB value is (114,139,201). Sum of RGB (Red+Green+Blue) = 114+139+201=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #728BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BC9 is #8D7436. Grayscale: #8A8A8A. Windows color (decimal): -9270327 or 13208434. OLE color: 13208434.
HSL color Cylindrical-coordinate representation of color #728BC9: hue angle of 222.76º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #728BC9 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 139 | 201 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.21 |
| HSL | 222.76º | 0.45% | 0.62% | - |
| HSV(B) | 222.76º | 0.43% | 0.79% | - |
| XYZ | 26.71 | 26.26 | 58.92 | - |
| YUV | 138.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 201 | 0.43 | 0.31 | 0 | 0.21 | 222.76 | 0.45 | 0.62 |
| Hex | 72 | 8B | C9 | 2B | 1F | 0 | 15 | DF | 2D | 3E |
| Octal | 162 | 213 | 311 | 53 | 37 | 0 | 25 | 337 | 55 | 76 |
| Binary | 1110010 | 10001011 | 11001001 | 101011 | 11111 | 0 | 10101 | 11011111 | 101101 | 111110 |
Color Harmonies of #728BC9
Complementary color
Monochromatic Colors of #728BC9
Black with #728BC9
Text Example
Text Example
White with #728BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BC9; }
p { color: rgb(114,139,201); }
H1.HeaderClassName
{
color: #728BC9;
}
.AnyTagClassName
{
color: #728BC9;
}
</style>
background-color css
<style>
a { background-color: #728BC9; }
a { background-color: rgb(114,139,201); }
div.DivClassName
{
background-color: #728BC9;
}
.BgClassName
{
background-color: #728BC9;
}
</style>
border-color css
<style>
span { border-color: #728BC9; }
span { border-color: rgb(114,139,201); }
td.TdClassName
{
border-color: #728BC9;
}
.TagClassName
{
border-color: #728BC9;
}
</style>