Shades of Moody Blue #726FC9
Tints of Moody Blue #726FC9
RGB
CMYK
RGB Variations
Color information
#726FC9 (or 0x726FC9) is known color: Moody Blue. HEX triplet: 72, 6F and C9. RGB value is (114,111,201). Sum of RGB (Red+Green+Blue) = 114+111+201=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #726FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FC9 is #8D9036. Grayscale: #797979. Windows color (decimal): -9277495 or 13201266. OLE color: 13201266.
HSL color Cylindrical-coordinate representation of color #726FC9: hue angle of 242º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #726FC9 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 111 | 201 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.21 |
| HSL | 242º | 0.45% | 0.61% | - |
| HSV(B) | 242º | 0.45% | 0.79% | - |
| XYZ | 23.17 | 19.16 | 57.74 | - |
| YUV | 122.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 201 | 0.43 | 0.45 | 0 | 0.21 | 242 | 0.45 | 0.61 |
| Hex | 72 | 6F | C9 | 2B | 2D | 0 | 15 | F2 | 2D | 3D |
| Octal | 162 | 157 | 311 | 53 | 55 | 0 | 25 | 362 | 55 | 75 |
| Binary | 1110010 | 1101111 | 11001001 | 101011 | 101101 | 0 | 10101 | 11110010 | 101101 | 111101 |
Color Harmonies of #726FC9
Complementary color
Monochromatic Colors of #726FC9
Black with #726FC9
Text Example
Text Example
White with #726FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FC9; }
p { color: rgb(114,111,201); }
H1.HeaderClassName
{
color: #726FC9;
}
.AnyTagClassName
{
color: #726FC9;
}
</style>
background-color css
<style>
a { background-color: #726FC9; }
a { background-color: rgb(114,111,201); }
div.DivClassName
{
background-color: #726FC9;
}
.BgClassName
{
background-color: #726FC9;
}
</style>
border-color css
<style>
span { border-color: #726FC9; }
span { border-color: rgb(114,111,201); }
td.TdClassName
{
border-color: #726FC9;
}
.TagClassName
{
border-color: #726FC9;
}
</style>