Shades of Moody Blue #747BDC
Tints of Moody Blue #747BDC
RGB
CMYK
RGB Variations
Color information
#747BDC (or 0x747BDC) is known color: Moody Blue. HEX triplet: 74, 7B and DC. RGB value is (116,123,220). Sum of RGB (Red+Green+Blue) = 116+123+220=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #747BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BDC is #8B8423. Grayscale: #838383. Windows color (decimal): -9143332 or 14449524. OLE color: 14449524.
HSL color Cylindrical-coordinate representation of color #747BDC: hue angle of 235.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747BDC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 123 | 220 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.14 |
| HSL | 235.96º | 0.6% | 0.66% | - |
| HSV(B) | 235.96º | 0.47% | 0.86% | - |
| XYZ | 27.2 | 23.05 | 70.72 | - |
| YUV | 131.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 220 | 0.47 | 0.44 | 0 | 0.14 | 235.96 | 0.6 | 0.66 |
| Hex | 74 | 7B | DC | 2F | 2C | 0 | E | EC | 3C | 42 |
| Octal | 164 | 173 | 334 | 57 | 54 | 0 | 16 | 354 | 74 | 102 |
| Binary | 1110100 | 1111011 | 11011100 | 101111 | 101100 | 0 | 1110 | 11101100 | 111100 | 1000010 |
Color Harmonies of #747BDC
Complementary color
Monochromatic Colors of #747BDC
Black with #747BDC
Text Example
Text Example
White with #747BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BDC; }
p { color: rgb(116,123,220); }
H1.HeaderClassName
{
color: #747BDC;
}
.AnyTagClassName
{
color: #747BDC;
}
</style>
background-color css
<style>
a { background-color: #747BDC; }
a { background-color: rgb(116,123,220); }
div.DivClassName
{
background-color: #747BDC;
}
.BgClassName
{
background-color: #747BDC;
}
</style>
border-color css
<style>
span { border-color: #747BDC; }
span { border-color: rgb(116,123,220); }
td.TdClassName
{
border-color: #747BDC;
}
.TagClassName
{
border-color: #747BDC;
}
</style>