Shades of Moody Blue #747BC8
Tints of Moody Blue #747BC8
RGB
CMYK
RGB Variations
Color information
#747BC8 (or 0x747BC8) is known color: Moody Blue. HEX triplet: 74, 7B and C8. RGB value is (116,123,200). Sum of RGB (Red+Green+Blue) = 116+123+200=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #747BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BC8 is #8B8437. Grayscale: #818181. Windows color (decimal): -9143352 or 13138804. OLE color: 13138804.
HSL color Cylindrical-coordinate representation of color #747BC8: hue angle of 235º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747BC8 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 123 | 200 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.22 |
| HSL | 235º | 0.43% | 0.62% | - |
| HSV(B) | 235º | 0.42% | 0.78% | - |
| XYZ | 24.71 | 22.05 | 57.6 | - |
| YUV | 129.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 200 | 0.42 | 0.38 | 0 | 0.22 | 235 | 0.43 | 0.62 |
| Hex | 74 | 7B | C8 | 2A | 26 | 0 | 16 | EB | 2B | 3E |
| Octal | 164 | 173 | 310 | 52 | 46 | 0 | 26 | 353 | 53 | 76 |
| Binary | 1110100 | 1111011 | 11001000 | 101010 | 100110 | 0 | 10110 | 11101011 | 101011 | 111110 |
Color Harmonies of #747BC8
Complementary color
Monochromatic Colors of #747BC8
Black with #747BC8
Text Example
Text Example
White with #747BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BC8; }
p { color: rgb(116,123,200); }
H1.HeaderClassName
{
color: #747BC8;
}
.AnyTagClassName
{
color: #747BC8;
}
</style>
background-color css
<style>
a { background-color: #747BC8; }
a { background-color: rgb(116,123,200); }
div.DivClassName
{
background-color: #747BC8;
}
.BgClassName
{
background-color: #747BC8;
}
</style>
border-color css
<style>
span { border-color: #747BC8; }
span { border-color: rgb(116,123,200); }
td.TdClassName
{
border-color: #747BC8;
}
.TagClassName
{
border-color: #747BC8;
}
</style>