Shades of Moody Blue #747BCE
Tints of Moody Blue #747BCE
RGB
CMYK
RGB Variations
Color information
#747BCE (or 0x747BCE) is known color: Moody Blue. HEX triplet: 74, 7B and CE. RGB value is (116,123,206). Sum of RGB (Red+Green+Blue) = 116+123+206=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #747BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BCE is #8B8431. Grayscale: #828282. Windows color (decimal): -9143346 or 13532020. OLE color: 13532020.
HSL color Cylindrical-coordinate representation of color #747BCE: hue angle of 235.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747BCE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 123 | 206 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.19 |
| HSL | 235.33º | 0.48% | 0.63% | - |
| HSV(B) | 235.33º | 0.44% | 0.81% | - |
| XYZ | 25.43 | 22.34 | 61.36 | - |
| YUV | 130.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 206 | 0.44 | 0.40 | 0 | 0.19 | 235.33 | 0.48 | 0.63 |
| Hex | 74 | 7B | CE | 2C | 28 | 0 | 13 | EB | 30 | 3F |
| Octal | 164 | 173 | 316 | 54 | 50 | 0 | 23 | 353 | 60 | 77 |
| Binary | 1110100 | 1111011 | 11001110 | 101100 | 101000 | 0 | 10011 | 11101011 | 110000 | 111111 |
Color Harmonies of #747BCE
Complementary color
Monochromatic Colors of #747BCE
Black with #747BCE
Text Example
Text Example
White with #747BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BCE; }
p { color: rgb(116,123,206); }
H1.HeaderClassName
{
color: #747BCE;
}
.AnyTagClassName
{
color: #747BCE;
}
</style>
background-color css
<style>
a { background-color: #747BCE; }
a { background-color: rgb(116,123,206); }
div.DivClassName
{
background-color: #747BCE;
}
.BgClassName
{
background-color: #747BCE;
}
</style>
border-color css
<style>
span { border-color: #747BCE; }
span { border-color: rgb(116,123,206); }
td.TdClassName
{
border-color: #747BCE;
}
.TagClassName
{
border-color: #747BCE;
}
</style>