Shades of Wild Blue Yonder #728CC9
Tints of Wild Blue Yonder #728CC9
RGB
CMYK
RGB Variations
Color information
#728CC9 (or 0x728CC9) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and C9. RGB value is (114,140,201). Sum of RGB (Red+Green+Blue) = 114+140+201=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #728CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CC9 is #8D7336. Grayscale: #8A8A8A. Windows color (decimal): -9270071 or 13208690. OLE color: 13208690.
HSL color Cylindrical-coordinate representation of color #728CC9: hue angle of 222.07º 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 #728CC9 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 140 | 201 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.21 |
| HSL | 222.07º | 0.45% | 0.62% | - |
| HSV(B) | 222.07º | 0.43% | 0.79% | - |
| XYZ | 26.86 | 26.55 | 58.97 | - |
| YUV | 139.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 201 | 0.43 | 0.30 | 0 | 0.21 | 222.07 | 0.45 | 0.62 |
| Hex | 72 | 8C | C9 | 2B | 1E | 0 | 15 | DE | 2D | 3E |
| Octal | 162 | 214 | 311 | 53 | 36 | 0 | 25 | 336 | 55 | 76 |
| Binary | 1110010 | 10001100 | 11001001 | 101011 | 11110 | 0 | 10101 | 11011110 | 101101 | 111110 |
Color Harmonies of #728CC9
Complementary color
Monochromatic Colors of #728CC9
Black with #728CC9
Text Example
Text Example
White with #728CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CC9; }
p { color: rgb(114,140,201); }
H1.HeaderClassName
{
color: #728CC9;
}
.AnyTagClassName
{
color: #728CC9;
}
</style>
background-color css
<style>
a { background-color: #728CC9; }
a { background-color: rgb(114,140,201); }
div.DivClassName
{
background-color: #728CC9;
}
.BgClassName
{
background-color: #728CC9;
}
</style>
border-color css
<style>
span { border-color: #728CC9; }
span { border-color: rgb(114,140,201); }
td.TdClassName
{
border-color: #728CC9;
}
.TagClassName
{
border-color: #728CC9;
}
</style>