Shades of Moody Blue #786CCC
Tints of Moody Blue #786CCC
RGB
CMYK
RGB Variations
Color information
#786CCC (or 0x786CCC) is known color: Moody Blue. HEX triplet: 78, 6C and CC. RGB value is (120,108,204). Sum of RGB (Red+Green+Blue) = 120+108+204=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #786CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CCC is #879333. Grayscale: #7A7A7A. Windows color (decimal): -8885044 or 13397112. OLE color: 13397112.
HSL color Cylindrical-coordinate representation of color #786CCC: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #786CCC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 108 | 204 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.2 |
| HSL | 247.5º | 0.48% | 0.61% | - |
| HSV(B) | 247.5º | 0.47% | 0.8% | - |
| XYZ | 24.01 | 19.08 | 59.54 | - |
| YUV | 122.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 204 | 0.41 | 0.47 | 0 | 0.2 | 247.5 | 0.48 | 0.61 |
| Hex | 78 | 6C | CC | 29 | 2F | 0 | 14 | F8 | 30 | 3D |
| Octal | 170 | 154 | 314 | 51 | 57 | 0 | 24 | 370 | 60 | 75 |
| Binary | 1111000 | 1101100 | 11001100 | 101001 | 101111 | 0 | 10100 | 11111000 | 110000 | 111101 |
Color Harmonies of #786CCC
Complementary color
Monochromatic Colors of #786CCC
Black with #786CCC
Text Example
Text Example
White with #786CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CCC; }
p { color: rgb(120,108,204); }
H1.HeaderClassName
{
color: #786CCC;
}
.AnyTagClassName
{
color: #786CCC;
}
</style>
background-color css
<style>
a { background-color: #786CCC; }
a { background-color: rgb(120,108,204); }
div.DivClassName
{
background-color: #786CCC;
}
.BgClassName
{
background-color: #786CCC;
}
</style>
border-color css
<style>
span { border-color: #786CCC; }
span { border-color: rgb(120,108,204); }
td.TdClassName
{
border-color: #786CCC;
}
.TagClassName
{
border-color: #786CCC;
}
</style>