Shades of Moody Blue #787FDF
Tints of Moody Blue #787FDF
RGB
CMYK
RGB Variations
Color information
#787FDF (or 0x787FDF) is known color: Moody Blue. HEX triplet: 78, 7F and DF. RGB value is (120,127,223). Sum of RGB (Red+Green+Blue) = 120+127+223=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #787FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FDF is #878020. Grayscale: #878787. Windows color (decimal): -8880161 or 14647160. OLE color: 14647160.
HSL color Cylindrical-coordinate representation of color #787FDF: hue angle of 235.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787FDF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 127 | 223 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.13 |
| HSL | 235.92º | 0.62% | 0.67% | - |
| HSV(B) | 235.92º | 0.46% | 0.87% | - |
| XYZ | 28.65 | 24.5 | 73.03 | - |
| YUV | 135.85 | 177.18 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 223 | 0.46 | 0.43 | 0 | 0.13 | 235.92 | 0.62 | 0.67 |
| Hex | 78 | 7F | DF | 2E | 2B | 0 | D | EC | 3E | 43 |
| Octal | 170 | 177 | 337 | 56 | 53 | 0 | 15 | 354 | 76 | 103 |
| Binary | 1111000 | 1111111 | 11011111 | 101110 | 101011 | 0 | 1101 | 11101100 | 111110 | 1000011 |
Color Harmonies of #787FDF
Complementary color
Monochromatic Colors of #787FDF
Black with #787FDF
Text Example
Text Example
White with #787FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FDF; }
p { color: rgb(120,127,223); }
H1.HeaderClassName
{
color: #787FDF;
}
.AnyTagClassName
{
color: #787FDF;
}
</style>
background-color css
<style>
a { background-color: #787FDF; }
a { background-color: rgb(120,127,223); }
div.DivClassName
{
background-color: #787FDF;
}
.BgClassName
{
background-color: #787FDF;
}
</style>
border-color css
<style>
span { border-color: #787FDF; }
span { border-color: rgb(120,127,223); }
td.TdClassName
{
border-color: #787FDF;
}
.TagClassName
{
border-color: #787FDF;
}
</style>