Shades of Moody Blue #716FCF
Tints of Moody Blue #716FCF
RGB
CMYK
RGB Variations
Color information
#716FCF (or 0x716FCF) is known color: Moody Blue. HEX triplet: 71, 6F and CF. RGB value is (113,111,207). Sum of RGB (Red+Green+Blue) = 113+111+207=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #716FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FCF is #8E9030. Grayscale: #7A7A7A. Windows color (decimal): -9343025 or 13594481. OLE color: 13594481.
HSL color Cylindrical-coordinate representation of color #716FCF: hue angle of 241.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716FCF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 111 | 207 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.19 |
| HSL | 241.25º | 0.5% | 0.62% | - |
| HSV(B) | 241.25º | 0.46% | 0.81% | - |
| XYZ | 23.76 | 19.38 | 61.52 | - |
| YUV | 122.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 207 | 0.45 | 0.46 | 0 | 0.19 | 241.25 | 0.5 | 0.62 |
| Hex | 71 | 6F | CF | 2D | 2E | 0 | 13 | F1 | 32 | 3E |
| Octal | 161 | 157 | 317 | 55 | 56 | 0 | 23 | 361 | 62 | 76 |
| Binary | 1110001 | 1101111 | 11001111 | 101101 | 101110 | 0 | 10011 | 11110001 | 110010 | 111110 |
Color Harmonies of #716FCF
Complementary color
Monochromatic Colors of #716FCF
Black with #716FCF
Text Example
Text Example
White with #716FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FCF; }
p { color: rgb(113,111,207); }
H1.HeaderClassName
{
color: #716FCF;
}
.AnyTagClassName
{
color: #716FCF;
}
</style>
background-color css
<style>
a { background-color: #716FCF; }
a { background-color: rgb(113,111,207); }
div.DivClassName
{
background-color: #716FCF;
}
.BgClassName
{
background-color: #716FCF;
}
</style>
border-color css
<style>
span { border-color: #716FCF; }
span { border-color: rgb(113,111,207); }
td.TdClassName
{
border-color: #716FCF;
}
.TagClassName
{
border-color: #716FCF;
}
</style>