Shades of Moody Blue #717FDB
Tints of Moody Blue #717FDB
RGB
CMYK
RGB Variations
Color information
#717FDB (or 0x717FDB) is known color: Moody Blue. HEX triplet: 71, 7F and DB. RGB value is (113,127,219). Sum of RGB (Red+Green+Blue) = 113+127+219=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #717FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FDB is #8E8024. Grayscale: #848484. Windows color (decimal): -9338917 or 14385009. OLE color: 14385009.
HSL color Cylindrical-coordinate representation of color #717FDB: hue angle of 232.08º 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 #717FDB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 127 | 219 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.14 |
| HSL | 232.08º | 0.6% | 0.65% | - |
| HSV(B) | 232.08º | 0.48% | 0.86% | - |
| XYZ | 27.19 | 23.8 | 70.18 | - |
| YUV | 133.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 219 | 0.48 | 0.42 | 0 | 0.14 | 232.08 | 0.6 | 0.65 |
| Hex | 71 | 7F | DB | 30 | 2A | 0 | E | E8 | 3C | 41 |
| Octal | 161 | 177 | 333 | 60 | 52 | 0 | 16 | 350 | 74 | 101 |
| Binary | 1110001 | 1111111 | 11011011 | 110000 | 101010 | 0 | 1110 | 11101000 | 111100 | 1000001 |
Color Harmonies of #717FDB
Complementary color
Monochromatic Colors of #717FDB
Black with #717FDB
Text Example
Text Example
White with #717FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FDB; }
p { color: rgb(113,127,219); }
H1.HeaderClassName
{
color: #717FDB;
}
.AnyTagClassName
{
color: #717FDB;
}
</style>
background-color css
<style>
a { background-color: #717FDB; }
a { background-color: rgb(113,127,219); }
div.DivClassName
{
background-color: #717FDB;
}
.BgClassName
{
background-color: #717FDB;
}
</style>
border-color css
<style>
span { border-color: #717FDB; }
span { border-color: rgb(113,127,219); }
td.TdClassName
{
border-color: #717FDB;
}
.TagClassName
{
border-color: #717FDB;
}
</style>