Shades of Moody Blue #746FC8
Tints of Moody Blue #746FC8
RGB
CMYK
RGB Variations
Color information
#746FC8 (or 0x746FC8) is known color: Moody Blue. HEX triplet: 74, 6F and C8. RGB value is (116,111,200). Sum of RGB (Red+Green+Blue) = 116+111+200=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #746FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FC8 is #8B9037. Grayscale: #7A7A7A. Windows color (decimal): -9146424 or 13135732. OLE color: 13135732.
HSL color Cylindrical-coordinate representation of color #746FC8: hue angle of 243.37º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #746FC8 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 111 | 200 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.22 |
| HSL | 243.37º | 0.45% | 0.61% | - |
| HSV(B) | 243.37º | 0.45% | 0.78% | - |
| XYZ | 23.31 | 19.25 | 57.13 | - |
| YUV | 122.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 200 | 0.42 | 0.44 | 0 | 0.22 | 243.37 | 0.45 | 0.61 |
| Hex | 74 | 6F | C8 | 2A | 2C | 0 | 16 | F3 | 2D | 3D |
| Octal | 164 | 157 | 310 | 52 | 54 | 0 | 26 | 363 | 55 | 75 |
| Binary | 1110100 | 1101111 | 11001000 | 101010 | 101100 | 0 | 10110 | 11110011 | 101101 | 111101 |
Color Harmonies of #746FC8
Complementary color
Monochromatic Colors of #746FC8
Black with #746FC8
Text Example
Text Example
White with #746FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FC8; }
p { color: rgb(116,111,200); }
H1.HeaderClassName
{
color: #746FC8;
}
.AnyTagClassName
{
color: #746FC8;
}
</style>
background-color css
<style>
a { background-color: #746FC8; }
a { background-color: rgb(116,111,200); }
div.DivClassName
{
background-color: #746FC8;
}
.BgClassName
{
background-color: #746FC8;
}
</style>
border-color css
<style>
span { border-color: #746FC8; }
span { border-color: rgb(116,111,200); }
td.TdClassName
{
border-color: #746FC8;
}
.TagClassName
{
border-color: #746FC8;
}
</style>