Shades of Moody Blue #7B78CB
Tints of Moody Blue #7B78CB
RGB
CMYK
RGB Variations
Color information
#7B78CB (or 0x7B78CB) is known color: Moody Blue. HEX triplet: 7B, 78 and CB. RGB value is (123,120,203). Sum of RGB (Red+Green+Blue) = 123+120+203=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 120 (47.27% from 255 or 26.91% 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 #7B78CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B78CB is #848734. Grayscale: #828282. Windows color (decimal): -8685365 or 13334651. OLE color: 13334651.
HSL color Cylindrical-coordinate representation of color #7B78CB: hue angle of 242.17º 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 #7B78CB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 120 | 203 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.20 |
| HSL | 242.17º | 0.44% | 0.63% | - |
| HSV(B) | 242.17º | 0.41% | 0.8% | - |
| XYZ | 25.66 | 21.96 | 59.39 | - |
| YUV | 130.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 203 | 0.39 | 0.41 | 0 | 0.20 | 242.17 | 0.44 | 0.63 |
| Hex | 7B | 78 | CB | 27 | 29 | 0 | 14 | F2 | 2C | 3F |
| Octal | 173 | 170 | 313 | 47 | 51 | 0 | 24 | 362 | 54 | 77 |
| Binary | 1111011 | 1111000 | 11001011 | 100111 | 101001 | 0 | 10100 | 11110010 | 101100 | 111111 |
Color Harmonies of #7B78CB
Complementary color
Monochromatic Colors of #7B78CB
Black with #7B78CB
Text Example
Text Example
White with #7B78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B78CB; }
p { color: rgb(123,120,203); }
H1.HeaderClassName
{
color: #7B78CB;
}
.AnyTagClassName
{
color: #7B78CB;
}
</style>
background-color css
<style>
a { background-color: #7B78CB; }
a { background-color: rgb(123,120,203); }
div.DivClassName
{
background-color: #7B78CB;
}
.BgClassName
{
background-color: #7B78CB;
}
</style>
border-color css
<style>
span { border-color: #7B78CB; }
span { border-color: rgb(123,120,203); }
td.TdClassName
{
border-color: #7B78CB;
}
.TagClassName
{
border-color: #7B78CB;
}
</style>