Shades of Moody Blue #716FCD
Tints of Moody Blue #716FCD
RGB
CMYK
RGB Variations
Color information
#716FCD (or 0x716FCD) is known color: Moody Blue. HEX triplet: 71, 6F and CD. RGB value is (113,111,205). Sum of RGB (Red+Green+Blue) = 113+111+205=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #716FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FCD is #8E9032. Grayscale: #797979. Windows color (decimal): -9343027 or 13463409. OLE color: 13463409.
HSL color Cylindrical-coordinate representation of color #716FCD: hue angle of 241.28º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716FCD is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 111 | 205 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.20 |
| HSL | 241.28º | 0.48% | 0.62% | - |
| HSV(B) | 241.28º | 0.46% | 0.8% | - |
| XYZ | 23.51 | 19.29 | 60.24 | - |
| YUV | 122.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 205 | 0.45 | 0.46 | 0 | 0.20 | 241.28 | 0.48 | 0.62 |
| Hex | 71 | 6F | CD | 2D | 2E | 0 | 14 | F1 | 30 | 3E |
| Octal | 161 | 157 | 315 | 55 | 56 | 0 | 24 | 361 | 60 | 76 |
| Binary | 1110001 | 1101111 | 11001101 | 101101 | 101110 | 0 | 10100 | 11110001 | 110000 | 111110 |
Color Harmonies of #716FCD
Complementary color
Monochromatic Colors of #716FCD
Black with #716FCD
Text Example
Text Example
White with #716FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FCD; }
p { color: rgb(113,111,205); }
H1.HeaderClassName
{
color: #716FCD;
}
.AnyTagClassName
{
color: #716FCD;
}
</style>
background-color css
<style>
a { background-color: #716FCD; }
a { background-color: rgb(113,111,205); }
div.DivClassName
{
background-color: #716FCD;
}
.BgClassName
{
background-color: #716FCD;
}
</style>
border-color css
<style>
span { border-color: #716FCD; }
span { border-color: rgb(113,111,205); }
td.TdClassName
{
border-color: #716FCD;
}
.TagClassName
{
border-color: #716FCD;
}
</style>