Shades of Moody Blue #7875DB
Tints of Moody Blue #7875DB
RGB
CMYK
RGB Variations
Color information
#7875DB (or 0x7875DB) is known color: Moody Blue. HEX triplet: 78, 75 and DB. RGB value is (120,117,219). Sum of RGB (Red+Green+Blue) = 120+117+219=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #7875DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875DB is #878A24. Grayscale: #818181. Windows color (decimal): -8882725 or 14382456. OLE color: 14382456.
HSL color Cylindrical-coordinate representation of color #7875DB: hue angle of 241.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7875DB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 117 | 219 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.14 |
| HSL | 241.76º | 0.59% | 0.66% | - |
| HSV(B) | 241.76º | 0.47% | 0.86% | - |
| XYZ | 26.89 | 21.83 | 69.81 | - |
| YUV | 129.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 219 | 0.45 | 0.47 | 0 | 0.14 | 241.76 | 0.59 | 0.66 |
| Hex | 78 | 75 | DB | 2D | 2F | 0 | E | F2 | 3B | 42 |
| Octal | 170 | 165 | 333 | 55 | 57 | 0 | 16 | 362 | 73 | 102 |
| Binary | 1111000 | 1110101 | 11011011 | 101101 | 101111 | 0 | 1110 | 11110010 | 111011 | 1000010 |
Color Harmonies of #7875DB
Complementary color
Monochromatic Colors of #7875DB
Black with #7875DB
Text Example
Text Example
White with #7875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875DB; }
p { color: rgb(120,117,219); }
H1.HeaderClassName
{
color: #7875DB;
}
.AnyTagClassName
{
color: #7875DB;
}
</style>
background-color css
<style>
a { background-color: #7875DB; }
a { background-color: rgb(120,117,219); }
div.DivClassName
{
background-color: #7875DB;
}
.BgClassName
{
background-color: #7875DB;
}
</style>
border-color css
<style>
span { border-color: #7875DB; }
span { border-color: rgb(120,117,219); }
td.TdClassName
{
border-color: #7875DB;
}
.TagClassName
{
border-color: #7875DB;
}
</style>