Shades of Moody Blue #7873CF
Tints of Moody Blue #7873CF
RGB
CMYK
RGB Variations
Color information
#7873CF (or 0x7873CF) is known color: Moody Blue. HEX triplet: 78, 73 and CF. RGB value is (120,115,207). Sum of RGB (Red+Green+Blue) = 120+115+207=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #7873CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7873CF is #878C30. Grayscale: #7E7E7E. Windows color (decimal): -8883249 or 13595512. OLE color: 13595512.
HSL color Cylindrical-coordinate representation of color #7873CF: hue angle of 243.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7873CF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 115 | 207 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.19 |
| HSL | 243.26º | 0.49% | 0.63% | - |
| HSV(B) | 243.26º | 0.44% | 0.81% | - |
| XYZ | 25.14 | 20.76 | 61.71 | - |
| YUV | 126.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 207 | 0.42 | 0.44 | 0 | 0.19 | 243.26 | 0.49 | 0.63 |
| Hex | 78 | 73 | CF | 2A | 2C | 0 | 13 | F3 | 31 | 3F |
| Octal | 170 | 163 | 317 | 52 | 54 | 0 | 23 | 363 | 61 | 77 |
| Binary | 1111000 | 1110011 | 11001111 | 101010 | 101100 | 0 | 10011 | 11110011 | 110001 | 111111 |
Color Harmonies of #7873CF
Complementary color
Monochromatic Colors of #7873CF
Black with #7873CF
Text Example
Text Example
White with #7873CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873CF; }
p { color: rgb(120,115,207); }
H1.HeaderClassName
{
color: #7873CF;
}
.AnyTagClassName
{
color: #7873CF;
}
</style>
background-color css
<style>
a { background-color: #7873CF; }
a { background-color: rgb(120,115,207); }
div.DivClassName
{
background-color: #7873CF;
}
.BgClassName
{
background-color: #7873CF;
}
</style>
border-color css
<style>
span { border-color: #7873CF; }
span { border-color: rgb(120,115,207); }
td.TdClassName
{
border-color: #7873CF;
}
.TagClassName
{
border-color: #7873CF;
}
</style>