Shades of Moody Blue #7178DB
Tints of Moody Blue #7178DB
RGB
CMYK
RGB Variations
Color information
#7178DB (or 0x7178DB) is known color: Moody Blue. HEX triplet: 71, 78 and DB. RGB value is (113,120,219). Sum of RGB (Red+Green+Blue) = 113+120+219=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7178DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178DB is #8E8724. Grayscale: #808080. Windows color (decimal): -9340709 or 14383217. OLE color: 14383217.
HSL color Cylindrical-coordinate representation of color #7178DB: hue angle of 236.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7178DB is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 120 | 219 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.14 |
| HSL | 236.04º | 0.6% | 0.65% | - |
| HSV(B) | 236.04º | 0.48% | 0.86% | - |
| XYZ | 26.31 | 22.06 | 69.89 | - |
| YUV | 129.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 219 | 0.48 | 0.45 | 0 | 0.14 | 236.04 | 0.6 | 0.65 |
| Hex | 71 | 78 | DB | 30 | 2D | 0 | E | EC | 3C | 41 |
| Octal | 161 | 170 | 333 | 60 | 55 | 0 | 16 | 354 | 74 | 101 |
| Binary | 1110001 | 1111000 | 11011011 | 110000 | 101101 | 0 | 1110 | 11101100 | 111100 | 1000001 |
Color Harmonies of #7178DB
Complementary color
Monochromatic Colors of #7178DB
Black with #7178DB
Text Example
Text Example
White with #7178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7178DB; }
p { color: rgb(113,120,219); }
H1.HeaderClassName
{
color: #7178DB;
}
.AnyTagClassName
{
color: #7178DB;
}
</style>
background-color css
<style>
a { background-color: #7178DB; }
a { background-color: rgb(113,120,219); }
div.DivClassName
{
background-color: #7178DB;
}
.BgClassName
{
background-color: #7178DB;
}
</style>
border-color css
<style>
span { border-color: #7178DB; }
span { border-color: rgb(113,120,219); }
td.TdClassName
{
border-color: #7178DB;
}
.TagClassName
{
border-color: #7178DB;
}
</style>