Shades of Moody Blue #746FC1
Tints of Moody Blue #746FC1
RGB
CMYK
RGB Variations
Color information
#746FC1 (or 0x746FC1) is known color: Moody Blue. HEX triplet: 74, 6F and C1. RGB value is (116,111,193). Sum of RGB (Red+Green+Blue) = 116+111+193=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #746FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FC1 is #8B903E. Grayscale: #797979. Windows color (decimal): -9146431 or 12676980. OLE color: 12676980.
HSL color Cylindrical-coordinate representation of color #746FC1: hue angle of 243.66º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746FC1 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 111 | 193 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.24 |
| HSL | 243.66º | 0.4% | 0.6% | - |
| HSV(B) | 243.66º | 0.42% | 0.76% | - |
| XYZ | 22.51 | 18.93 | 52.92 | - |
| YUV | 121.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 193 | 0.40 | 0.42 | 0 | 0.24 | 243.66 | 0.4 | 0.6 |
| Hex | 74 | 6F | C1 | 28 | 2A | 0 | 18 | F4 | 28 | 3C |
| Octal | 164 | 157 | 301 | 50 | 52 | 0 | 30 | 364 | 50 | 74 |
| Binary | 1110100 | 1101111 | 11000001 | 101000 | 101010 | 0 | 11000 | 11110100 | 101000 | 111100 |
Color Harmonies of #746FC1
Complementary color
Monochromatic Colors of #746FC1
Black with #746FC1
Text Example
Text Example
White with #746FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FC1; }
p { color: rgb(116,111,193); }
H1.HeaderClassName
{
color: #746FC1;
}
.AnyTagClassName
{
color: #746FC1;
}
</style>
background-color css
<style>
a { background-color: #746FC1; }
a { background-color: rgb(116,111,193); }
div.DivClassName
{
background-color: #746FC1;
}
.BgClassName
{
background-color: #746FC1;
}
</style>
border-color css
<style>
span { border-color: #746FC1; }
span { border-color: rgb(116,111,193); }
td.TdClassName
{
border-color: #746FC1;
}
.TagClassName
{
border-color: #746FC1;
}
</style>