Shades of Moody Blue #7873DA
Tints of Moody Blue #7873DA
RGB
CMYK
RGB Variations
Color information
#7873DA (or 0x7873DA) is known color: Moody Blue. HEX triplet: 78, 73 and DA. RGB value is (120,115,218). Sum of RGB (Red+Green+Blue) = 120+115+218=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7873DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7873DA is #878C25. Grayscale: #7F7F7F. Windows color (decimal): -8883238 or 14316408. OLE color: 14316408.
HSL color Cylindrical-coordinate representation of color #7873DA: hue angle of 242.91º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7873DA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 115 | 218 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.15 |
| HSL | 242.91º | 0.58% | 0.65% | - |
| HSV(B) | 242.91º | 0.47% | 0.85% | - |
| XYZ | 26.53 | 21.32 | 69.05 | - |
| YUV | 128.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 218 | 0.45 | 0.47 | 0 | 0.15 | 242.91 | 0.58 | 0.65 |
| Hex | 78 | 73 | DA | 2D | 2F | 0 | F | F3 | 3A | 41 |
| Octal | 170 | 163 | 332 | 55 | 57 | 0 | 17 | 363 | 72 | 101 |
| Binary | 1111000 | 1110011 | 11011010 | 101101 | 101111 | 0 | 1111 | 11110011 | 111010 | 1000001 |
Color Harmonies of #7873DA
Complementary color
Monochromatic Colors of #7873DA
Black with #7873DA
Text Example
Text Example
White with #7873DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7873DA; }
p { color: rgb(120,115,218); }
H1.HeaderClassName
{
color: #7873DA;
}
.AnyTagClassName
{
color: #7873DA;
}
</style>
background-color css
<style>
a { background-color: #7873DA; }
a { background-color: rgb(120,115,218); }
div.DivClassName
{
background-color: #7873DA;
}
.BgClassName
{
background-color: #7873DA;
}
</style>
border-color css
<style>
span { border-color: #7873DA; }
span { border-color: rgb(120,115,218); }
td.TdClassName
{
border-color: #7873DA;
}
.TagClassName
{
border-color: #7873DA;
}
</style>