Shades of Wild Blue Yonder #728DCF
Tints of Wild Blue Yonder #728DCF
RGB
CMYK
RGB Variations
Color information
#728DCF (or 0x728DCF) is known color: Wild Blue Yonder. HEX triplet: 72, 8D and CF. RGB value is (114,141,207). Sum of RGB (Red+Green+Blue) = 114+141+207=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #728DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DCF is #8D7230. Grayscale: #8C8C8C. Windows color (decimal): -9269809 or 13602162. OLE color: 13602162.
HSL color Cylindrical-coordinate representation of color #728DCF: hue angle of 222.58º degrees, saturation: 0.49, 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 #728DCF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 141 | 207 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.19 |
| HSL | 222.58º | 0.49% | 0.63% | - |
| HSV(B) | 222.58º | 0.45% | 0.81% | - |
| XYZ | 27.73 | 27.13 | 62.81 | - |
| YUV | 140.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 207 | 0.45 | 0.32 | 0 | 0.19 | 222.58 | 0.49 | 0.63 |
| Hex | 72 | 8D | CF | 2D | 20 | 0 | 13 | DF | 31 | 3F |
| Octal | 162 | 215 | 317 | 55 | 40 | 0 | 23 | 337 | 61 | 77 |
| Binary | 1110010 | 10001101 | 11001111 | 101101 | 100000 | 0 | 10011 | 11011111 | 110001 | 111111 |
Color Harmonies of #728DCF
Complementary color
Monochromatic Colors of #728DCF
Black with #728DCF
Text Example
Text Example
White with #728DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DCF; }
p { color: rgb(114,141,207); }
H1.HeaderClassName
{
color: #728DCF;
}
.AnyTagClassName
{
color: #728DCF;
}
</style>
background-color css
<style>
a { background-color: #728DCF; }
a { background-color: rgb(114,141,207); }
div.DivClassName
{
background-color: #728DCF;
}
.BgClassName
{
background-color: #728DCF;
}
</style>
border-color css
<style>
span { border-color: #728DCF; }
span { border-color: rgb(114,141,207); }
td.TdClassName
{
border-color: #728DCF;
}
.TagClassName
{
border-color: #728DCF;
}
</style>