Shades of Moody Blue #726FD0
Tints of Moody Blue #726FD0
RGB
CMYK
RGB Variations
Color information
#726FD0 (or 0x726FD0) is known color: Moody Blue. HEX triplet: 72, 6F and D0. RGB value is (114,111,208). Sum of RGB (Red+Green+Blue) = 114+111+208=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #726FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FD0 is #8D902F. Grayscale: #7A7A7A. Windows color (decimal): -9277488 or 13660018. OLE color: 13660018.
HSL color Cylindrical-coordinate representation of color #726FD0: hue angle of 241.86º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726FD0 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 111 | 208 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.18 |
| HSL | 241.86º | 0.51% | 0.63% | - |
| HSV(B) | 241.86º | 0.47% | 0.82% | - |
| XYZ | 24.01 | 19.5 | 62.17 | - |
| YUV | 122.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 208 | 0.45 | 0.47 | 0 | 0.18 | 241.86 | 0.51 | 0.63 |
| Hex | 72 | 6F | D0 | 2D | 2F | 0 | 12 | F2 | 33 | 3F |
| Octal | 162 | 157 | 320 | 55 | 57 | 0 | 22 | 362 | 63 | 77 |
| Binary | 1110010 | 1101111 | 11010000 | 101101 | 101111 | 0 | 10010 | 11110010 | 110011 | 111111 |
Color Harmonies of #726FD0
Complementary color
Monochromatic Colors of #726FD0
Black with #726FD0
Text Example
Text Example
White with #726FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FD0; }
p { color: rgb(114,111,208); }
H1.HeaderClassName
{
color: #726FD0;
}
.AnyTagClassName
{
color: #726FD0;
}
</style>
background-color css
<style>
a { background-color: #726FD0; }
a { background-color: rgb(114,111,208); }
div.DivClassName
{
background-color: #726FD0;
}
.BgClassName
{
background-color: #726FD0;
}
</style>
border-color css
<style>
span { border-color: #726FD0; }
span { border-color: rgb(114,111,208); }
td.TdClassName
{
border-color: #726FD0;
}
.TagClassName
{
border-color: #726FD0;
}
</style>