Shades of Moody Blue #7869BE
Tints of Moody Blue #7869BE
RGB
CMYK
RGB Variations
Color information
#7869BE (or 0x7869BE) is known color: Moody Blue. HEX triplet: 78, 69 and BE. RGB value is (120,105,190). Sum of RGB (Red+Green+Blue) = 120+105+190=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7869BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869BE is #879641. Grayscale: #767676. Windows color (decimal): -8885826 or 12478840. OLE color: 12478840.
HSL color Cylindrical-coordinate representation of color #7869BE: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7869BE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 105 | 190 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.25 |
| HSL | 250.59º | 0.4% | 0.58% | - |
| HSV(B) | 250.59º | 0.45% | 0.75% | - |
| XYZ | 22.09 | 17.81 | 50.99 | - |
| YUV | 119.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 190 | 0.37 | 0.45 | 0 | 0.25 | 250.59 | 0.4 | 0.58 |
| Hex | 78 | 69 | BE | 25 | 2D | 0 | 19 | FB | 28 | 3A |
| Octal | 170 | 151 | 276 | 45 | 55 | 0 | 31 | 373 | 50 | 72 |
| Binary | 1111000 | 1101001 | 10111110 | 100101 | 101101 | 0 | 11001 | 11111011 | 101000 | 111010 |
Color Harmonies of #7869BE
Complementary color
Monochromatic Colors of #7869BE
Black with #7869BE
Text Example
Text Example
White with #7869BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7869BE; }
p { color: rgb(120,105,190); }
H1.HeaderClassName
{
color: #7869BE;
}
.AnyTagClassName
{
color: #7869BE;
}
</style>
background-color css
<style>
a { background-color: #7869BE; }
a { background-color: rgb(120,105,190); }
div.DivClassName
{
background-color: #7869BE;
}
.BgClassName
{
background-color: #7869BE;
}
</style>
border-color css
<style>
span { border-color: #7869BE; }
span { border-color: rgb(120,105,190); }
td.TdClassName
{
border-color: #7869BE;
}
.TagClassName
{
border-color: #7869BE;
}
</style>