Shades of Moody Blue #787CCB
Tints of Moody Blue #787CCB
RGB
CMYK
RGB Variations
Color information
#787CCB (or 0x787CCB) is known color: Moody Blue. HEX triplet: 78, 7C and CB. RGB value is (120,124,203). Sum of RGB (Red+Green+Blue) = 120+124+203=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #787CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CCB is #878334. Grayscale: #838383. Windows color (decimal): -8880949 or 13335672. OLE color: 13335672.
HSL color Cylindrical-coordinate representation of color #787CCB: hue angle of 237.11º 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 #787CCB is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 124 | 203 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.20 |
| HSL | 237.11º | 0.44% | 0.63% | - |
| HSV(B) | 237.11º | 0.41% | 0.8% | - |
| XYZ | 25.73 | 22.72 | 59.53 | - |
| YUV | 131.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 203 | 0.41 | 0.39 | 0 | 0.20 | 237.11 | 0.44 | 0.63 |
| Hex | 78 | 7C | CB | 29 | 27 | 0 | 14 | ED | 2C | 3F |
| Octal | 170 | 174 | 313 | 51 | 47 | 0 | 24 | 355 | 54 | 77 |
| Binary | 1111000 | 1111100 | 11001011 | 101001 | 100111 | 0 | 10100 | 11101101 | 101100 | 111111 |
Color Harmonies of #787CCB
Complementary color
Monochromatic Colors of #787CCB
Black with #787CCB
Text Example
Text Example
White with #787CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CCB; }
p { color: rgb(120,124,203); }
H1.HeaderClassName
{
color: #787CCB;
}
.AnyTagClassName
{
color: #787CCB;
}
</style>
background-color css
<style>
a { background-color: #787CCB; }
a { background-color: rgb(120,124,203); }
div.DivClassName
{
background-color: #787CCB;
}
.BgClassName
{
background-color: #787CCB;
}
</style>
border-color css
<style>
span { border-color: #787CCB; }
span { border-color: rgb(120,124,203); }
td.TdClassName
{
border-color: #787CCB;
}
.TagClassName
{
border-color: #787CCB;
}
</style>