Shades of Wild Blue Yonder #728FCE
Tints of Wild Blue Yonder #728FCE
RGB
CMYK
RGB Variations
Color information
#728FCE (or 0x728FCE) is known color: Wild Blue Yonder. HEX triplet: 72, 8F and CE. RGB value is (114,143,206). Sum of RGB (Red+Green+Blue) = 114+143+206=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #728FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FCE is #8D7031. Grayscale: #8D8D8D. Windows color (decimal): -9269298 or 13537138. OLE color: 13537138.
HSL color Cylindrical-coordinate representation of color #728FCE: hue angle of 221.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #728FCE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 143 | 206 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.19 |
| HSL | 221.09º | 0.48% | 0.63% | - |
| HSV(B) | 221.09º | 0.45% | 0.81% | - |
| XYZ | 27.9 | 27.68 | 62.26 | - |
| YUV | 141.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 206 | 0.45 | 0.31 | 0 | 0.19 | 221.09 | 0.48 | 0.63 |
| Hex | 72 | 8F | CE | 2D | 1F | 0 | 13 | DD | 30 | 3F |
| Octal | 162 | 217 | 316 | 55 | 37 | 0 | 23 | 335 | 60 | 77 |
| Binary | 1110010 | 10001111 | 11001110 | 101101 | 11111 | 0 | 10011 | 11011101 | 110000 | 111111 |
Color Harmonies of #728FCE
Complementary color
Monochromatic Colors of #728FCE
Black with #728FCE
Text Example
Text Example
White with #728FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FCE; }
p { color: rgb(114,143,206); }
H1.HeaderClassName
{
color: #728FCE;
}
.AnyTagClassName
{
color: #728FCE;
}
</style>
background-color css
<style>
a { background-color: #728FCE; }
a { background-color: rgb(114,143,206); }
div.DivClassName
{
background-color: #728FCE;
}
.BgClassName
{
background-color: #728FCE;
}
</style>
border-color css
<style>
span { border-color: #728FCE; }
span { border-color: rgb(114,143,206); }
td.TdClassName
{
border-color: #728FCE;
}
.TagClassName
{
border-color: #728FCE;
}
</style>