Shades of Moody Blue #746ECE
Tints of Moody Blue #746ECE
RGB
CMYK
RGB Variations
Color information
#746ECE (or 0x746ECE) is known color: Moody Blue. HEX triplet: 74, 6E and CE. RGB value is (116,110,206). Sum of RGB (Red+Green+Blue) = 116+110+206=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #746ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ECE is #8B9131. Grayscale: #7A7A7A. Windows color (decimal): -9146674 or 13528692. OLE color: 13528692.
HSL color Cylindrical-coordinate representation of color #746ECE: hue angle of 243.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746ECE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 110 | 206 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.19 |
| HSL | 243.75º | 0.49% | 0.62% | - |
| HSV(B) | 243.75º | 0.47% | 0.81% | - |
| XYZ | 23.92 | 19.32 | 60.86 | - |
| YUV | 122.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 206 | 0.44 | 0.47 | 0 | 0.19 | 243.75 | 0.49 | 0.62 |
| Hex | 74 | 6E | CE | 2C | 2F | 0 | 13 | F4 | 31 | 3E |
| Octal | 164 | 156 | 316 | 54 | 57 | 0 | 23 | 364 | 61 | 76 |
| Binary | 1110100 | 1101110 | 11001110 | 101100 | 101111 | 0 | 10011 | 11110100 | 110001 | 111110 |
Color Harmonies of #746ECE
Complementary color
Monochromatic Colors of #746ECE
Black with #746ECE
Text Example
Text Example
White with #746ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746ECE; }
p { color: rgb(116,110,206); }
H1.HeaderClassName
{
color: #746ECE;
}
.AnyTagClassName
{
color: #746ECE;
}
</style>
background-color css
<style>
a { background-color: #746ECE; }
a { background-color: rgb(116,110,206); }
div.DivClassName
{
background-color: #746ECE;
}
.BgClassName
{
background-color: #746ECE;
}
</style>
border-color css
<style>
span { border-color: #746ECE; }
span { border-color: rgb(116,110,206); }
td.TdClassName
{
border-color: #746ECE;
}
.TagClassName
{
border-color: #746ECE;
}
</style>