Shades of Moody Blue #787BCB
Tints of Moody Blue #787BCB
RGB
CMYK
RGB Variations
Color information
#787BCB (or 0x787BCB) is known color: Moody Blue. HEX triplet: 78, 7B and CB. RGB value is (120,123,203). Sum of RGB (Red+Green+Blue) = 120+123+203=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #787BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BCB is #878434. Grayscale: #828282. Windows color (decimal): -8881205 or 13335416. OLE color: 13335416.
HSL color Cylindrical-coordinate representation of color #787BCB: hue angle of 237.83º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787BCB is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 123 | 203 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.20 |
| HSL | 237.83º | 0.44% | 0.63% | - |
| HSV(B) | 237.83º | 0.41% | 0.8% | - |
| XYZ | 25.61 | 22.47 | 59.49 | - |
| YUV | 131.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 203 | 0.41 | 0.39 | 0 | 0.20 | 237.83 | 0.44 | 0.63 |
| Hex | 78 | 7B | CB | 29 | 27 | 0 | 14 | EE | 2C | 3F |
| Octal | 170 | 173 | 313 | 51 | 47 | 0 | 24 | 356 | 54 | 77 |
| Binary | 1111000 | 1111011 | 11001011 | 101001 | 100111 | 0 | 10100 | 11101110 | 101100 | 111111 |
Color Harmonies of #787BCB
Complementary color
Monochromatic Colors of #787BCB
Black with #787BCB
Text Example
Text Example
White with #787BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BCB; }
p { color: rgb(120,123,203); }
H1.HeaderClassName
{
color: #787BCB;
}
.AnyTagClassName
{
color: #787BCB;
}
</style>
background-color css
<style>
a { background-color: #787BCB; }
a { background-color: rgb(120,123,203); }
div.DivClassName
{
background-color: #787BCB;
}
.BgClassName
{
background-color: #787BCB;
}
</style>
border-color css
<style>
span { border-color: #787BCB; }
span { border-color: rgb(120,123,203); }
td.TdClassName
{
border-color: #787BCB;
}
.TagClassName
{
border-color: #787BCB;
}
</style>