Shades of Moody Blue #726FD2
Tints of Moody Blue #726FD2
RGB
CMYK
RGB Variations
Color information
#726FD2 (or 0x726FD2) is known color: Moody Blue. HEX triplet: 72, 6F and D2. RGB value is (114,111,210). Sum of RGB (Red+Green+Blue) = 114+111+210=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #726FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FD2 is #8D902D. Grayscale: #7A7A7A. Windows color (decimal): -9277486 or 13791090. OLE color: 13791090.
HSL color Cylindrical-coordinate representation of color #726FD2: hue angle of 241.82º degrees, saturation: 0.52, 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 #726FD2 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 111 | 210 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.18 |
| HSL | 241.82º | 0.52% | 0.63% | - |
| HSV(B) | 241.82º | 0.47% | 0.82% | - |
| XYZ | 24.26 | 19.6 | 63.48 | - |
| YUV | 123.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 210 | 0.46 | 0.47 | 0 | 0.18 | 241.82 | 0.52 | 0.63 |
| Hex | 72 | 6F | D2 | 2E | 2F | 0 | 12 | F2 | 34 | 3F |
| Octal | 162 | 157 | 322 | 56 | 57 | 0 | 22 | 362 | 64 | 77 |
| Binary | 1110010 | 1101111 | 11010010 | 101110 | 101111 | 0 | 10010 | 11110010 | 110100 | 111111 |
Color Harmonies of #726FD2
Complementary color
Monochromatic Colors of #726FD2
Black with #726FD2
Text Example
Text Example
White with #726FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FD2; }
p { color: rgb(114,111,210); }
H1.HeaderClassName
{
color: #726FD2;
}
.AnyTagClassName
{
color: #726FD2;
}
</style>
background-color css
<style>
a { background-color: #726FD2; }
a { background-color: rgb(114,111,210); }
div.DivClassName
{
background-color: #726FD2;
}
.BgClassName
{
background-color: #726FD2;
}
</style>
border-color css
<style>
span { border-color: #726FD2; }
span { border-color: rgb(114,111,210); }
td.TdClassName
{
border-color: #726FD2;
}
.TagClassName
{
border-color: #726FD2;
}
</style>