Shades of Moody Blue #7873CE
Tints of Moody Blue #7873CE
RGB
CMYK
RGB Variations
Color information
#7873CE (or 0x7873CE) is known color: Moody Blue. HEX triplet: 78, 73 and CE. RGB value is (120,115,206). Sum of RGB (Red+Green+Blue) = 120+115+206=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7873CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7873CE is #878C31. Grayscale: #7E7E7E. Windows color (decimal): -8883250 or 13529976. OLE color: 13529976.
HSL color Cylindrical-coordinate representation of color #7873CE: hue angle of 243.3º degrees, saturation: 0.48, 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 #7873CE is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 115 | 206 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.19 |
| HSL | 243.3º | 0.48% | 0.63% | - |
| HSV(B) | 243.3º | 0.44% | 0.81% | - |
| XYZ | 25.02 | 20.71 | 61.07 | - |
| YUV | 126.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 206 | 0.42 | 0.44 | 0 | 0.19 | 243.3 | 0.48 | 0.63 |
| Hex | 78 | 73 | CE | 2A | 2C | 0 | 13 | F3 | 30 | 3F |
| Octal | 170 | 163 | 316 | 52 | 54 | 0 | 23 | 363 | 60 | 77 |
| Binary | 1111000 | 1110011 | 11001110 | 101010 | 101100 | 0 | 10011 | 11110011 | 110000 | 111111 |
Color Harmonies of #7873CE
Complementary color
Monochromatic Colors of #7873CE
Black with #7873CE
Text Example
Text Example
White with #7873CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873CE; }
p { color: rgb(120,115,206); }
H1.HeaderClassName
{
color: #7873CE;
}
.AnyTagClassName
{
color: #7873CE;
}
</style>
background-color css
<style>
a { background-color: #7873CE; }
a { background-color: rgb(120,115,206); }
div.DivClassName
{
background-color: #7873CE;
}
.BgClassName
{
background-color: #7873CE;
}
</style>
border-color css
<style>
span { border-color: #7873CE; }
span { border-color: rgb(120,115,206); }
td.TdClassName
{
border-color: #7873CE;
}
.TagClassName
{
border-color: #7873CE;
}
</style>