Shades of Moody Blue #7F78CB
Tints of Moody Blue #7F78CB
RGB
CMYK
RGB Variations
Color information
#7F78CB (or 0x7F78CB) is known color: Moody Blue. HEX triplet: 7F, 78 and CB. RGB value is (127,120,203). Sum of RGB (Red+Green+Blue) = 127+120+203=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F78CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78CB is #808734. Grayscale: #838383. Windows color (decimal): -8423221 or 13334655. OLE color: 13334655.
HSL color Cylindrical-coordinate representation of color #7F78CB: hue angle of 245.06º 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 #7F78CB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 120 | 203 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.20 |
| HSL | 245.06º | 0.44% | 0.63% | - |
| HSV(B) | 245.06º | 0.41% | 0.8% | - |
| XYZ | 26.25 | 22.26 | 59.41 | - |
| YUV | 131.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 203 | 0.37 | 0.41 | 0 | 0.20 | 245.06 | 0.44 | 0.63 |
| Hex | 7F | 78 | CB | 25 | 29 | 0 | 14 | F5 | 2C | 3F |
| Octal | 177 | 170 | 313 | 45 | 51 | 0 | 24 | 365 | 54 | 77 |
| Binary | 1111111 | 1111000 | 11001011 | 100101 | 101001 | 0 | 10100 | 11110101 | 101100 | 111111 |
Color Harmonies of #7F78CB
Complementary color
Monochromatic Colors of #7F78CB
Black with #7F78CB
Text Example
Text Example
White with #7F78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F78CB; }
p { color: rgb(127,120,203); }
H1.HeaderClassName
{
color: #7F78CB;
}
.AnyTagClassName
{
color: #7F78CB;
}
</style>
background-color css
<style>
a { background-color: #7F78CB; }
a { background-color: rgb(127,120,203); }
div.DivClassName
{
background-color: #7F78CB;
}
.BgClassName
{
background-color: #7F78CB;
}
</style>
border-color css
<style>
span { border-color: #7F78CB; }
span { border-color: rgb(127,120,203); }
td.TdClassName
{
border-color: #7F78CB;
}
.TagClassName
{
border-color: #7F78CB;
}
</style>