Shades of Moody Blue #726FCF
Tints of Moody Blue #726FCF
RGB
CMYK
RGB Variations
Color information
#726FCF (or 0x726FCF) is known color: Moody Blue. HEX triplet: 72, 6F and CF. RGB value is (114,111,207). Sum of RGB (Red+Green+Blue) = 114+111+207=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #726FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FCF is #8D9030. Grayscale: #7A7A7A. Windows color (decimal): -9277489 or 13594482. OLE color: 13594482.
HSL color Cylindrical-coordinate representation of color #726FCF: hue angle of 241.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726FCF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 111 | 207 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.19 |
| HSL | 241.88º | 0.5% | 0.62% | - |
| HSV(B) | 241.88º | 0.46% | 0.81% | - |
| XYZ | 23.89 | 19.45 | 61.53 | - |
| YUV | 122.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 207 | 0.45 | 0.46 | 0 | 0.19 | 241.88 | 0.5 | 0.62 |
| Hex | 72 | 6F | CF | 2D | 2E | 0 | 13 | F2 | 32 | 3E |
| Octal | 162 | 157 | 317 | 55 | 56 | 0 | 23 | 362 | 62 | 76 |
| Binary | 1110010 | 1101111 | 11001111 | 101101 | 101110 | 0 | 10011 | 11110010 | 110010 | 111110 |
Color Harmonies of #726FCF
Complementary color
Monochromatic Colors of #726FCF
Black with #726FCF
Text Example
Text Example
White with #726FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FCF; }
p { color: rgb(114,111,207); }
H1.HeaderClassName
{
color: #726FCF;
}
.AnyTagClassName
{
color: #726FCF;
}
</style>
background-color css
<style>
a { background-color: #726FCF; }
a { background-color: rgb(114,111,207); }
div.DivClassName
{
background-color: #726FCF;
}
.BgClassName
{
background-color: #726FCF;
}
</style>
border-color css
<style>
span { border-color: #726FCF; }
span { border-color: rgb(114,111,207); }
td.TdClassName
{
border-color: #726FCF;
}
.TagClassName
{
border-color: #726FCF;
}
</style>