Shades of Moody Blue #716DC3
Tints of Moody Blue #716DC3
RGB
CMYK
RGB Variations
Color information
#716DC3 (or 0x716DC3) is known color: Moody Blue. HEX triplet: 71, 6D and C3. RGB value is (113,109,195). Sum of RGB (Red+Green+Blue) = 113+109+195=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #716DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DC3 is #8E923C. Grayscale: #777777. Windows color (decimal): -9343549 or 12807537. OLE color: 12807537.
HSL color Cylindrical-coordinate representation of color #716DC3: hue angle of 242.79º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716DC3 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 109 | 195 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.24 |
| HSL | 242.79º | 0.42% | 0.6% | - |
| HSV(B) | 242.79º | 0.44% | 0.76% | - |
| XYZ | 22.13 | 18.39 | 54.01 | - |
| YUV | 120 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 195 | 0.42 | 0.44 | 0 | 0.24 | 242.79 | 0.42 | 0.6 |
| Hex | 71 | 6D | C3 | 2A | 2C | 0 | 18 | F3 | 2A | 3C |
| Octal | 161 | 155 | 303 | 52 | 54 | 0 | 30 | 363 | 52 | 74 |
| Binary | 1110001 | 1101101 | 11000011 | 101010 | 101100 | 0 | 11000 | 11110011 | 101010 | 111100 |
Color Harmonies of #716DC3
Complementary color
Monochromatic Colors of #716DC3
Black with #716DC3
Text Example
Text Example
White with #716DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DC3; }
p { color: rgb(113,109,195); }
H1.HeaderClassName
{
color: #716DC3;
}
.AnyTagClassName
{
color: #716DC3;
}
</style>
background-color css
<style>
a { background-color: #716DC3; }
a { background-color: rgb(113,109,195); }
div.DivClassName
{
background-color: #716DC3;
}
.BgClassName
{
background-color: #716DC3;
}
</style>
border-color css
<style>
span { border-color: #716DC3; }
span { border-color: rgb(113,109,195); }
td.TdClassName
{
border-color: #716DC3;
}
.TagClassName
{
border-color: #716DC3;
}
</style>