Shades of Moody Blue #717ACE
Tints of Moody Blue #717ACE
RGB
CMYK
RGB Variations
Color information
#717ACE (or 0x717ACE) is known color: Moody Blue. HEX triplet: 71, 7A and CE. RGB value is (113,122,206). Sum of RGB (Red+Green+Blue) = 113+122+206=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #717ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ACE is #8E8531. Grayscale: #808080. Windows color (decimal): -9340210 or 13531761. OLE color: 13531761.
HSL color Cylindrical-coordinate representation of color #717ACE: hue angle of 234.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717ACE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 122 | 206 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.19 |
| HSL | 234.19º | 0.49% | 0.63% | - |
| HSV(B) | 234.19º | 0.45% | 0.81% | - |
| XYZ | 24.91 | 21.89 | 61.3 | - |
| YUV | 128.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 206 | 0.45 | 0.41 | 0 | 0.19 | 234.19 | 0.49 | 0.63 |
| Hex | 71 | 7A | CE | 2D | 29 | 0 | 13 | EA | 31 | 3F |
| Octal | 161 | 172 | 316 | 55 | 51 | 0 | 23 | 352 | 61 | 77 |
| Binary | 1110001 | 1111010 | 11001110 | 101101 | 101001 | 0 | 10011 | 11101010 | 110001 | 111111 |
Color Harmonies of #717ACE
Complementary color
Monochromatic Colors of #717ACE
Black with #717ACE
Text Example
Text Example
White with #717ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717ACE; }
p { color: rgb(113,122,206); }
H1.HeaderClassName
{
color: #717ACE;
}
.AnyTagClassName
{
color: #717ACE;
}
</style>
background-color css
<style>
a { background-color: #717ACE; }
a { background-color: rgb(113,122,206); }
div.DivClassName
{
background-color: #717ACE;
}
.BgClassName
{
background-color: #717ACE;
}
</style>
border-color css
<style>
span { border-color: #717ACE; }
span { border-color: rgb(113,122,206); }
td.TdClassName
{
border-color: #717ACE;
}
.TagClassName
{
border-color: #717ACE;
}
</style>