Shades of Moody Blue #7273CF
Tints of Moody Blue #7273CF
RGB
CMYK
RGB Variations
Color information
#7273CF (or 0x7273CF) is known color: Moody Blue. HEX triplet: 72, 73 and CF. RGB value is (114,115,207). Sum of RGB (Red+Green+Blue) = 114+115+207=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #7273CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273CF is #8D8C30. Grayscale: #7C7C7C. Windows color (decimal): -9276465 or 13595506. OLE color: 13595506.
HSL color Cylindrical-coordinate representation of color #7273CF: hue angle of 239.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7273CF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 115 | 207 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.19 |
| HSL | 239.35º | 0.49% | 0.63% | - |
| HSV(B) | 239.35º | 0.45% | 0.81% | - |
| XYZ | 24.33 | 20.34 | 61.68 | - |
| YUV | 125.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 207 | 0.45 | 0.44 | 0 | 0.19 | 239.35 | 0.49 | 0.63 |
| Hex | 72 | 73 | CF | 2D | 2C | 0 | 13 | EF | 31 | 3F |
| Octal | 162 | 163 | 317 | 55 | 54 | 0 | 23 | 357 | 61 | 77 |
| Binary | 1110010 | 1110011 | 11001111 | 101101 | 101100 | 0 | 10011 | 11101111 | 110001 | 111111 |
Color Harmonies of #7273CF
Complementary color
Monochromatic Colors of #7273CF
Black with #7273CF
Text Example
Text Example
White with #7273CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7273CF; }
p { color: rgb(114,115,207); }
H1.HeaderClassName
{
color: #7273CF;
}
.AnyTagClassName
{
color: #7273CF;
}
</style>
background-color css
<style>
a { background-color: #7273CF; }
a { background-color: rgb(114,115,207); }
div.DivClassName
{
background-color: #7273CF;
}
.BgClassName
{
background-color: #7273CF;
}
</style>
border-color css
<style>
span { border-color: #7273CF; }
span { border-color: rgb(114,115,207); }
td.TdClassName
{
border-color: #7273CF;
}
.TagClassName
{
border-color: #7273CF;
}
</style>