Shades of Moody Blue #787ABA
Tints of Moody Blue #787ABA
RGB
CMYK
RGB Variations
Color information
#787ABA (or 0x787ABA) is known color: Moody Blue. HEX triplet: 78, 7A and BA. RGB value is (120,122,186). Sum of RGB (Red+Green+Blue) = 120+122+186=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #787ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ABA is #878545. Grayscale: #808080. Windows color (decimal): -8881478 or 12221048. OLE color: 12221048.
HSL color Cylindrical-coordinate representation of color #787ABA: hue angle of 238.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #787ABA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 122 | 186 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.27 |
| HSL | 238.18º | 0.32% | 0.6% | - |
| HSV(B) | 238.18º | 0.35% | 0.73% | - |
| XYZ | 23.57 | 21.46 | 49.35 | - |
| YUV | 128.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 186 | 0.35 | 0.34 | 0 | 0.27 | 238.18 | 0.32 | 0.6 |
| Hex | 78 | 7A | BA | 23 | 22 | 0 | 1B | EE | 20 | 3C |
| Octal | 170 | 172 | 272 | 43 | 42 | 0 | 33 | 356 | 40 | 74 |
| Binary | 1111000 | 1111010 | 10111010 | 100011 | 100010 | 0 | 11011 | 11101110 | 100000 | 111100 |
Color Harmonies of #787ABA
Complementary color
Monochromatic Colors of #787ABA
Black with #787ABA
Text Example
Text Example
White with #787ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787ABA; }
p { color: rgb(120,122,186); }
H1.HeaderClassName
{
color: #787ABA;
}
.AnyTagClassName
{
color: #787ABA;
}
</style>
background-color css
<style>
a { background-color: #787ABA; }
a { background-color: rgb(120,122,186); }
div.DivClassName
{
background-color: #787ABA;
}
.BgClassName
{
background-color: #787ABA;
}
</style>
border-color css
<style>
span { border-color: #787ABA; }
span { border-color: rgb(120,122,186); }
td.TdClassName
{
border-color: #787ABA;
}
.TagClassName
{
border-color: #787ABA;
}
</style>