Shades of Moody Blue #746AC1
Tints of Moody Blue #746AC1
RGB
CMYK
RGB Variations
Color information
#746AC1 (or 0x746AC1) is known color: Moody Blue. HEX triplet: 74, 6A and C1. RGB value is (116,106,193). Sum of RGB (Red+Green+Blue) = 116+106+193=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #746AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746AC1 is #8B953E. Grayscale: #767676. Windows color (decimal): -9147711 or 12675700. OLE color: 12675700.
HSL color Cylindrical-coordinate representation of color #746AC1: hue angle of 246.9º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746AC1 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 106 | 193 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.24 |
| HSL | 246.9º | 0.41% | 0.59% | - |
| HSV(B) | 246.9º | 0.45% | 0.76% | - |
| XYZ | 21.98 | 17.87 | 52.74 | - |
| YUV | 118.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 193 | 0.40 | 0.45 | 0 | 0.24 | 246.9 | 0.41 | 0.59 |
| Hex | 74 | 6A | C1 | 28 | 2D | 0 | 18 | F7 | 29 | 3B |
| Octal | 164 | 152 | 301 | 50 | 55 | 0 | 30 | 367 | 51 | 73 |
| Binary | 1110100 | 1101010 | 11000001 | 101000 | 101101 | 0 | 11000 | 11110111 | 101001 | 111011 |
Color Harmonies of #746AC1
Complementary color
Monochromatic Colors of #746AC1
Black with #746AC1
Text Example
Text Example
White with #746AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AC1; }
p { color: rgb(116,106,193); }
H1.HeaderClassName
{
color: #746AC1;
}
.AnyTagClassName
{
color: #746AC1;
}
</style>
background-color css
<style>
a { background-color: #746AC1; }
a { background-color: rgb(116,106,193); }
div.DivClassName
{
background-color: #746AC1;
}
.BgClassName
{
background-color: #746AC1;
}
</style>
border-color css
<style>
span { border-color: #746AC1; }
span { border-color: rgb(116,106,193); }
td.TdClassName
{
border-color: #746AC1;
}
.TagClassName
{
border-color: #746AC1;
}
</style>