Shades of Moody Blue #787ACE
Tints of Moody Blue #787ACE
RGB
CMYK
RGB Variations
Color information
#787ACE (or 0x787ACE) is known color: Moody Blue. HEX triplet: 78, 7A and CE. RGB value is (120,122,206). Sum of RGB (Red+Green+Blue) = 120+122+206=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #787ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ACE is #878531. Grayscale: #828282. Windows color (decimal): -8881458 or 13531768. OLE color: 13531768.
HSL color Cylindrical-coordinate representation of color #787ACE: hue angle of 238.6º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #787ACE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 122 | 206 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.19 |
| HSL | 238.6º | 0.47% | 0.64% | - |
| HSV(B) | 238.6º | 0.42% | 0.81% | - |
| XYZ | 25.85 | 22.37 | 61.35 | - |
| YUV | 130.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 206 | 0.42 | 0.41 | 0 | 0.19 | 238.6 | 0.47 | 0.64 |
| Hex | 78 | 7A | CE | 2A | 29 | 0 | 13 | EF | 2F | 40 |
| Octal | 170 | 172 | 316 | 52 | 51 | 0 | 23 | 357 | 57 | 100 |
| Binary | 1111000 | 1111010 | 11001110 | 101010 | 101001 | 0 | 10011 | 11101111 | 101111 | 1000000 |
Color Harmonies of #787ACE
Complementary color
Monochromatic Colors of #787ACE
Black with #787ACE
Text Example
Text Example
White with #787ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ACE; }
p { color: rgb(120,122,206); }
H1.HeaderClassName
{
color: #787ACE;
}
.AnyTagClassName
{
color: #787ACE;
}
</style>
background-color css
<style>
a { background-color: #787ACE; }
a { background-color: rgb(120,122,206); }
div.DivClassName
{
background-color: #787ACE;
}
.BgClassName
{
background-color: #787ACE;
}
</style>
border-color css
<style>
span { border-color: #787ACE; }
span { border-color: rgb(120,122,206); }
td.TdClassName
{
border-color: #787ACE;
}
.TagClassName
{
border-color: #787ACE;
}
</style>