Shades of Moody Blue #717DDB
Tints of Moody Blue #717DDB
RGB
CMYK
RGB Variations
Color information
#717DDB (or 0x717DDB) is known color: Moody Blue. HEX triplet: 71, 7D and DB. RGB value is (113,125,219). Sum of RGB (Red+Green+Blue) = 113+125+219=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #717DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DDB is #8E8224. Grayscale: #838383. Windows color (decimal): -9339429 or 14384497. OLE color: 14384497.
HSL color Cylindrical-coordinate representation of color #717DDB: hue angle of 233.21º 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 #717DDB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 125 | 219 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.14 |
| HSL | 233.21º | 0.6% | 0.65% | - |
| HSV(B) | 233.21º | 0.48% | 0.86% | - |
| XYZ | 26.93 | 23.29 | 70.09 | - |
| YUV | 132.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 219 | 0.48 | 0.43 | 0 | 0.14 | 233.21 | 0.6 | 0.65 |
| Hex | 71 | 7D | DB | 30 | 2B | 0 | E | E9 | 3C | 41 |
| Octal | 161 | 175 | 333 | 60 | 53 | 0 | 16 | 351 | 74 | 101 |
| Binary | 1110001 | 1111101 | 11011011 | 110000 | 101011 | 0 | 1110 | 11101001 | 111100 | 1000001 |
Color Harmonies of #717DDB
Complementary color
Monochromatic Colors of #717DDB
Black with #717DDB
Text Example
Text Example
White with #717DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DDB; }
p { color: rgb(113,125,219); }
H1.HeaderClassName
{
color: #717DDB;
}
.AnyTagClassName
{
color: #717DDB;
}
</style>
background-color css
<style>
a { background-color: #717DDB; }
a { background-color: rgb(113,125,219); }
div.DivClassName
{
background-color: #717DDB;
}
.BgClassName
{
background-color: #717DDB;
}
</style>
border-color css
<style>
span { border-color: #717DDB; }
span { border-color: rgb(113,125,219); }
td.TdClassName
{
border-color: #717DDB;
}
.TagClassName
{
border-color: #717DDB;
}
</style>