Shades of Moody Blue #746DC0
Tints of Moody Blue #746DC0
RGB
CMYK
RGB Variations
Color information
#746DC0 (or 0x746DC0) is known color: Moody Blue. HEX triplet: 74, 6D and C0. RGB value is (116,109,192). Sum of RGB (Red+Green+Blue) = 116+109+192=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #746DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DC0 is #8B923F. Grayscale: #787878. Windows color (decimal): -9146944 or 12610932. OLE color: 12610932.
HSL color Cylindrical-coordinate representation of color #746DC0: hue angle of 245.06º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #746DC0 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 109 | 192 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.25 |
| HSL | 245.06º | 0.4% | 0.59% | - |
| HSV(B) | 245.06º | 0.43% | 0.75% | - |
| XYZ | 22.19 | 18.46 | 52.26 | - |
| YUV | 120.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 192 | 0.40 | 0.43 | 0 | 0.25 | 245.06 | 0.4 | 0.59 |
| Hex | 74 | 6D | C0 | 28 | 2B | 0 | 19 | F5 | 28 | 3B |
| Octal | 164 | 155 | 300 | 50 | 53 | 0 | 31 | 365 | 50 | 73 |
| Binary | 1110100 | 1101101 | 11000000 | 101000 | 101011 | 0 | 11001 | 11110101 | 101000 | 111011 |
Color Harmonies of #746DC0
Complementary color
Monochromatic Colors of #746DC0
Black with #746DC0
Text Example
Text Example
White with #746DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DC0; }
p { color: rgb(116,109,192); }
H1.HeaderClassName
{
color: #746DC0;
}
.AnyTagClassName
{
color: #746DC0;
}
</style>
background-color css
<style>
a { background-color: #746DC0; }
a { background-color: rgb(116,109,192); }
div.DivClassName
{
background-color: #746DC0;
}
.BgClassName
{
background-color: #746DC0;
}
</style>
border-color css
<style>
span { border-color: #746DC0; }
span { border-color: rgb(116,109,192); }
td.TdClassName
{
border-color: #746DC0;
}
.TagClassName
{
border-color: #746DC0;
}
</style>