Shades of Moody Blue #7869C6
Tints of Moody Blue #7869C6
RGB
CMYK
RGB Variations
Color information
#7869C6 (or 0x7869C6) is known color: Moody Blue. HEX triplet: 78, 69 and C6. RGB value is (120,105,198). Sum of RGB (Red+Green+Blue) = 120+105+198=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #7869C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869C6 is #879639. Grayscale: #777777. Windows color (decimal): -8885818 or 13003128. OLE color: 13003128.
HSL color Cylindrical-coordinate representation of color #7869C6: hue angle of 249.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7869C6 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 105 | 198 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.22 |
| HSL | 249.68º | 0.45% | 0.59% | - |
| HSV(B) | 249.68º | 0.47% | 0.78% | - |
| XYZ | 22.99 | 18.17 | 55.72 | - |
| YUV | 120.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 198 | 0.39 | 0.47 | 0 | 0.22 | 249.68 | 0.45 | 0.59 |
| Hex | 78 | 69 | C6 | 27 | 2F | 0 | 16 | FA | 2D | 3B |
| Octal | 170 | 151 | 306 | 47 | 57 | 0 | 26 | 372 | 55 | 73 |
| Binary | 1111000 | 1101001 | 11000110 | 100111 | 101111 | 0 | 10110 | 11111010 | 101101 | 111011 |
Color Harmonies of #7869C6
Complementary color
Monochromatic Colors of #7869C6
Black with #7869C6
Text Example
Text Example
White with #7869C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7869C6; }
p { color: rgb(120,105,198); }
H1.HeaderClassName
{
color: #7869C6;
}
.AnyTagClassName
{
color: #7869C6;
}
</style>
background-color css
<style>
a { background-color: #7869C6; }
a { background-color: rgb(120,105,198); }
div.DivClassName
{
background-color: #7869C6;
}
.BgClassName
{
background-color: #7869C6;
}
</style>
border-color css
<style>
span { border-color: #7869C6; }
span { border-color: rgb(120,105,198); }
td.TdClassName
{
border-color: #7869C6;
}
.TagClassName
{
border-color: #7869C6;
}
</style>