Shades of Moody Blue #7274CF
Tints of Moody Blue #7274CF
RGB
CMYK
RGB Variations
Color information
#7274CF (or 0x7274CF) is known color: Moody Blue. HEX triplet: 72, 74 and CF. RGB value is (114,116,207). Sum of RGB (Red+Green+Blue) = 114+116+207=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #7274CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274CF is #8D8B30. Grayscale: #7D7D7D. Windows color (decimal): -9276209 or 13595762. OLE color: 13595762.
HSL color Cylindrical-coordinate representation of color #7274CF: hue angle of 238.71º 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 #7274CF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 116 | 207 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.19 |
| HSL | 238.71º | 0.49% | 0.63% | - |
| HSV(B) | 238.71º | 0.45% | 0.81% | - |
| XYZ | 24.45 | 20.57 | 61.71 | - |
| YUV | 125.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 207 | 0.45 | 0.44 | 0 | 0.19 | 238.71 | 0.49 | 0.63 |
| Hex | 72 | 74 | CF | 2D | 2C | 0 | 13 | EF | 31 | 3F |
| Octal | 162 | 164 | 317 | 55 | 54 | 0 | 23 | 357 | 61 | 77 |
| Binary | 1110010 | 1110100 | 11001111 | 101101 | 101100 | 0 | 10011 | 11101111 | 110001 | 111111 |
Color Harmonies of #7274CF
Complementary color
Monochromatic Colors of #7274CF
Black with #7274CF
Text Example
Text Example
White with #7274CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7274CF; }
p { color: rgb(114,116,207); }
H1.HeaderClassName
{
color: #7274CF;
}
.AnyTagClassName
{
color: #7274CF;
}
</style>
background-color css
<style>
a { background-color: #7274CF; }
a { background-color: rgb(114,116,207); }
div.DivClassName
{
background-color: #7274CF;
}
.BgClassName
{
background-color: #7274CF;
}
</style>
border-color css
<style>
span { border-color: #7274CF; }
span { border-color: rgb(114,116,207); }
td.TdClassName
{
border-color: #7274CF;
}
.TagClassName
{
border-color: #7274CF;
}
</style>