Shades of Moody Blue #7378CB
Tints of Moody Blue #7378CB
RGB
CMYK
RGB Variations
Color information
#7378CB (or 0x7378CB) is known color: Moody Blue. HEX triplet: 73, 78 and CB. RGB value is (115,120,203). Sum of RGB (Red+Green+Blue) = 115+120+203=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #7378CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378CB is #8C8734. Grayscale: #7F7F7F. Windows color (decimal): -9209653 or 13334643. OLE color: 13334643.
HSL color Cylindrical-coordinate representation of color #7378CB: hue angle of 236.59º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7378CB is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 120 | 203 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.20 |
| HSL | 236.59º | 0.46% | 0.62% | - |
| HSV(B) | 236.59º | 0.43% | 0.8% | - |
| XYZ | 24.57 | 21.39 | 59.33 | - |
| YUV | 127.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 203 | 0.43 | 0.41 | 0 | 0.20 | 236.59 | 0.46 | 0.62 |
| Hex | 73 | 78 | CB | 2B | 29 | 0 | 14 | ED | 2E | 3E |
| Octal | 163 | 170 | 313 | 53 | 51 | 0 | 24 | 355 | 56 | 76 |
| Binary | 1110011 | 1111000 | 11001011 | 101011 | 101001 | 0 | 10100 | 11101101 | 101110 | 111110 |
Color Harmonies of #7378CB
Complementary color
Monochromatic Colors of #7378CB
Black with #7378CB
Text Example
Text Example
White with #7378CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378CB; }
p { color: rgb(115,120,203); }
H1.HeaderClassName
{
color: #7378CB;
}
.AnyTagClassName
{
color: #7378CB;
}
</style>
background-color css
<style>
a { background-color: #7378CB; }
a { background-color: rgb(115,120,203); }
div.DivClassName
{
background-color: #7378CB;
}
.BgClassName
{
background-color: #7378CB;
}
</style>
border-color css
<style>
span { border-color: #7378CB; }
span { border-color: rgb(115,120,203); }
td.TdClassName
{
border-color: #7378CB;
}
.TagClassName
{
border-color: #7378CB;
}
</style>