Shades of Moody Blue #746CCA
Tints of Moody Blue #746CCA
RGB
CMYK
RGB Variations
Color information
#746CCA (or 0x746CCA) is known color: Moody Blue. HEX triplet: 74, 6C and CA. RGB value is (116,108,202). Sum of RGB (Red+Green+Blue) = 116+108+202=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #746CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CCA is #8B9335. Grayscale: #787878. Windows color (decimal): -9147190 or 13266036. OLE color: 13266036.
HSL color Cylindrical-coordinate representation of color #746CCA: hue angle of 245.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746CCA is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 108 | 202 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.21 |
| HSL | 245.11º | 0.47% | 0.61% | - |
| HSV(B) | 245.11º | 0.47% | 0.79% | - |
| XYZ | 23.23 | 18.7 | 58.26 | - |
| YUV | 121.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 202 | 0.43 | 0.47 | 0 | 0.21 | 245.11 | 0.47 | 0.61 |
| Hex | 74 | 6C | CA | 2B | 2F | 0 | 15 | F5 | 2F | 3D |
| Octal | 164 | 154 | 312 | 53 | 57 | 0 | 25 | 365 | 57 | 75 |
| Binary | 1110100 | 1101100 | 11001010 | 101011 | 101111 | 0 | 10101 | 11110101 | 101111 | 111101 |
Color Harmonies of #746CCA
Complementary color
Monochromatic Colors of #746CCA
Black with #746CCA
Text Example
Text Example
White with #746CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746CCA; }
p { color: rgb(116,108,202); }
H1.HeaderClassName
{
color: #746CCA;
}
.AnyTagClassName
{
color: #746CCA;
}
</style>
background-color css
<style>
a { background-color: #746CCA; }
a { background-color: rgb(116,108,202); }
div.DivClassName
{
background-color: #746CCA;
}
.BgClassName
{
background-color: #746CCA;
}
</style>
border-color css
<style>
span { border-color: #746CCA; }
span { border-color: rgb(116,108,202); }
td.TdClassName
{
border-color: #746CCA;
}
.TagClassName
{
border-color: #746CCA;
}
</style>