Shades of Moody Blue #7870CB
Tints of Moody Blue #7870CB
RGB
CMYK
RGB Variations
Color information
#7870CB (or 0x7870CB) is known color: Moody Blue. HEX triplet: 78, 70 and CB. RGB value is (120,112,203). Sum of RGB (Red+Green+Blue) = 120+112+203=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7870CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7870CB is #878F34. Grayscale: #7C7C7C. Windows color (decimal): -8884021 or 13332600. OLE color: 13332600.
HSL color Cylindrical-coordinate representation of color #7870CB: hue angle of 245.27º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7870CB is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 112 | 203 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.20 |
| HSL | 245.27º | 0.47% | 0.62% | - |
| HSV(B) | 245.27º | 0.45% | 0.8% | - |
| XYZ | 24.32 | 19.89 | 59.06 | - |
| YUV | 124.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 203 | 0.41 | 0.45 | 0 | 0.20 | 245.27 | 0.47 | 0.62 |
| Hex | 78 | 70 | CB | 29 | 2D | 0 | 14 | F5 | 2F | 3E |
| Octal | 170 | 160 | 313 | 51 | 55 | 0 | 24 | 365 | 57 | 76 |
| Binary | 1111000 | 1110000 | 11001011 | 101001 | 101101 | 0 | 10100 | 11110101 | 101111 | 111110 |
Color Harmonies of #7870CB
Complementary color
Monochromatic Colors of #7870CB
Black with #7870CB
Text Example
Text Example
White with #7870CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7870CB; }
p { color: rgb(120,112,203); }
H1.HeaderClassName
{
color: #7870CB;
}
.AnyTagClassName
{
color: #7870CB;
}
</style>
background-color css
<style>
a { background-color: #7870CB; }
a { background-color: rgb(120,112,203); }
div.DivClassName
{
background-color: #7870CB;
}
.BgClassName
{
background-color: #7870CB;
}
</style>
border-color css
<style>
span { border-color: #7870CB; }
span { border-color: rgb(120,112,203); }
td.TdClassName
{
border-color: #7870CB;
}
.TagClassName
{
border-color: #7870CB;
}
</style>