Shades of Moody Blue #746FCE
Tints of Moody Blue #746FCE
RGB
CMYK
RGB Variations
Color information
#746FCE (or 0x746FCE) is known color: Moody Blue. HEX triplet: 74, 6F and CE. RGB value is (116,111,206). Sum of RGB (Red+Green+Blue) = 116+111+206=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #746FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCE is #8B9031. Grayscale: #7A7A7A. Windows color (decimal): -9146418 or 13528948. OLE color: 13528948.
HSL color Cylindrical-coordinate representation of color #746FCE: hue angle of 243.16º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #746FCE is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 111 | 206 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.19 |
| HSL | 243.16º | 0.49% | 0.62% | - |
| HSV(B) | 243.16º | 0.46% | 0.81% | - |
| XYZ | 24.03 | 19.54 | 60.9 | - |
| YUV | 123.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 206 | 0.44 | 0.46 | 0 | 0.19 | 243.16 | 0.49 | 0.62 |
| Hex | 74 | 6F | CE | 2C | 2E | 0 | 13 | F3 | 31 | 3E |
| Octal | 164 | 157 | 316 | 54 | 56 | 0 | 23 | 363 | 61 | 76 |
| Binary | 1110100 | 1101111 | 11001110 | 101100 | 101110 | 0 | 10011 | 11110011 | 110001 | 111110 |
Color Harmonies of #746FCE
Complementary color
Monochromatic Colors of #746FCE
Black with #746FCE
Text Example
Text Example
White with #746FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FCE; }
p { color: rgb(116,111,206); }
H1.HeaderClassName
{
color: #746FCE;
}
.AnyTagClassName
{
color: #746FCE;
}
</style>
background-color css
<style>
a { background-color: #746FCE; }
a { background-color: rgb(116,111,206); }
div.DivClassName
{
background-color: #746FCE;
}
.BgClassName
{
background-color: #746FCE;
}
</style>
border-color css
<style>
span { border-color: #746FCE; }
span { border-color: rgb(116,111,206); }
td.TdClassName
{
border-color: #746FCE;
}
.TagClassName
{
border-color: #746FCE;
}
</style>