Shades of Moody Blue #726FC6
Tints of Moody Blue #726FC6
RGB
CMYK
RGB Variations
Color information
#726FC6 (or 0x726FC6) is known color: Moody Blue. HEX triplet: 72, 6F and C6. RGB value is (114,111,198). Sum of RGB (Red+Green+Blue) = 114+111+198=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #726FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FC6 is #8D9039. Grayscale: #797979. Windows color (decimal): -9277498 or 13004658. OLE color: 13004658.
HSL color Cylindrical-coordinate representation of color #726FC6: hue angle of 242.07º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726FC6 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 111 | 198 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.22 |
| HSL | 242.07º | 0.43% | 0.61% | - |
| HSV(B) | 242.07º | 0.44% | 0.78% | - |
| XYZ | 22.82 | 19.02 | 55.9 | - |
| YUV | 121.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 198 | 0.42 | 0.44 | 0 | 0.22 | 242.07 | 0.43 | 0.61 |
| Hex | 72 | 6F | C6 | 2A | 2C | 0 | 16 | F2 | 2B | 3D |
| Octal | 162 | 157 | 306 | 52 | 54 | 0 | 26 | 362 | 53 | 75 |
| Binary | 1110010 | 1101111 | 11000110 | 101010 | 101100 | 0 | 10110 | 11110010 | 101011 | 111101 |
Color Harmonies of #726FC6
Complementary color
Monochromatic Colors of #726FC6
Black with #726FC6
Text Example
Text Example
White with #726FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FC6; }
p { color: rgb(114,111,198); }
H1.HeaderClassName
{
color: #726FC6;
}
.AnyTagClassName
{
color: #726FC6;
}
</style>
background-color css
<style>
a { background-color: #726FC6; }
a { background-color: rgb(114,111,198); }
div.DivClassName
{
background-color: #726FC6;
}
.BgClassName
{
background-color: #726FC6;
}
</style>
border-color css
<style>
span { border-color: #726FC6; }
span { border-color: rgb(114,111,198); }
td.TdClassName
{
border-color: #726FC6;
}
.TagClassName
{
border-color: #726FC6;
}
</style>