Shades of Wild Blue Yonder #728FCC
Tints of Wild Blue Yonder #728FCC
RGB
CMYK
RGB Variations
Color information
#728FCC (or 0x728FCC) is known color: Wild Blue Yonder. HEX triplet: 72, 8F and CC. RGB value is (114,143,204). Sum of RGB (Red+Green+Blue) = 114+143+204=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #728FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FCC is #8D7033. Grayscale: #8D8D8D. Windows color (decimal): -9269300 or 13406066. OLE color: 13406066.
HSL color Cylindrical-coordinate representation of color #728FCC: hue angle of 220.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728FCC is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 143 | 204 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.2 |
| HSL | 220.67º | 0.47% | 0.62% | - |
| HSV(B) | 220.67º | 0.44% | 0.8% | - |
| XYZ | 27.66 | 27.58 | 60.99 | - |
| YUV | 141.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 204 | 0.44 | 0.30 | 0 | 0.2 | 220.67 | 0.47 | 0.62 |
| Hex | 72 | 8F | CC | 2C | 1E | 0 | 14 | DD | 2F | 3E |
| Octal | 162 | 217 | 314 | 54 | 36 | 0 | 24 | 335 | 57 | 76 |
| Binary | 1110010 | 10001111 | 11001100 | 101100 | 11110 | 0 | 10100 | 11011101 | 101111 | 111110 |
Color Harmonies of #728FCC
Complementary color
Monochromatic Colors of #728FCC
Black with #728FCC
Text Example
Text Example
White with #728FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FCC; }
p { color: rgb(114,143,204); }
H1.HeaderClassName
{
color: #728FCC;
}
.AnyTagClassName
{
color: #728FCC;
}
</style>
background-color css
<style>
a { background-color: #728FCC; }
a { background-color: rgb(114,143,204); }
div.DivClassName
{
background-color: #728FCC;
}
.BgClassName
{
background-color: #728FCC;
}
</style>
border-color css
<style>
span { border-color: #728FCC; }
span { border-color: rgb(114,143,204); }
td.TdClassName
{
border-color: #728FCC;
}
.TagClassName
{
border-color: #728FCC;
}
</style>