Shades of Moody Blue #717ACB
Tints of Moody Blue #717ACB
RGB
CMYK
RGB Variations
Color information
#717ACB (or 0x717ACB) is known color: Moody Blue. HEX triplet: 71, 7A and CB. RGB value is (113,122,203). Sum of RGB (Red+Green+Blue) = 113+122+203=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #717ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ACB is #8E8534. Grayscale: #808080. Windows color (decimal): -9340213 or 13335153. OLE color: 13335153.
HSL color Cylindrical-coordinate representation of color #717ACB: hue angle of 234º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #717ACB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 122 | 203 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.20 |
| HSL | 234º | 0.46% | 0.62% | - |
| HSV(B) | 234º | 0.44% | 0.8% | - |
| XYZ | 24.55 | 21.74 | 59.4 | - |
| YUV | 128.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 203 | 0.44 | 0.40 | 0 | 0.20 | 234 | 0.46 | 0.62 |
| Hex | 71 | 7A | CB | 2C | 28 | 0 | 14 | EA | 2E | 3E |
| Octal | 161 | 172 | 313 | 54 | 50 | 0 | 24 | 352 | 56 | 76 |
| Binary | 1110001 | 1111010 | 11001011 | 101100 | 101000 | 0 | 10100 | 11101010 | 101110 | 111110 |
Color Harmonies of #717ACB
Complementary color
Monochromatic Colors of #717ACB
Black with #717ACB
Text Example
Text Example
White with #717ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717ACB; }
p { color: rgb(113,122,203); }
H1.HeaderClassName
{
color: #717ACB;
}
.AnyTagClassName
{
color: #717ACB;
}
</style>
background-color css
<style>
a { background-color: #717ACB; }
a { background-color: rgb(113,122,203); }
div.DivClassName
{
background-color: #717ACB;
}
.BgClassName
{
background-color: #717ACB;
}
</style>
border-color css
<style>
span { border-color: #717ACB; }
span { border-color: rgb(113,122,203); }
td.TdClassName
{
border-color: #717ACB;
}
.TagClassName
{
border-color: #717ACB;
}
</style>