Shades of Moody Blue #7C67CF
Tints of Moody Blue #7C67CF
RGB
CMYK
RGB Variations
Color information
#7C67CF (or 0x7C67CF) is known color: Moody Blue. HEX triplet: 7C, 67 and CF. RGB value is (124,103,207). Sum of RGB (Red+Green+Blue) = 124+103+207=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C67CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67CF is #839830. Grayscale: #787878. Windows color (decimal): -8624177 or 13592444. OLE color: 13592444.
HSL color Cylindrical-coordinate representation of color #7C67CF: hue angle of 252.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C67CF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 103 | 207 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.19 |
| HSL | 252.12º | 0.52% | 0.61% | - |
| HSV(B) | 252.12º | 0.5% | 0.81% | - |
| XYZ | 24.42 | 18.49 | 61.31 | - |
| YUV | 121.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 207 | 0.40 | 0.50 | 0 | 0.19 | 252.12 | 0.52 | 0.61 |
| Hex | 7C | 67 | CF | 28 | 32 | 0 | 13 | FC | 34 | 3D |
| Octal | 174 | 147 | 317 | 50 | 62 | 0 | 23 | 374 | 64 | 75 |
| Binary | 1111100 | 1100111 | 11001111 | 101000 | 110010 | 0 | 10011 | 11111100 | 110100 | 111101 |
Color Harmonies of #7C67CF
Complementary color
Monochromatic Colors of #7C67CF
Black with #7C67CF
Text Example
Text Example
White with #7C67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C67CF; }
p { color: rgb(124,103,207); }
H1.HeaderClassName
{
color: #7C67CF;
}
.AnyTagClassName
{
color: #7C67CF;
}
</style>
background-color css
<style>
a { background-color: #7C67CF; }
a { background-color: rgb(124,103,207); }
div.DivClassName
{
background-color: #7C67CF;
}
.BgClassName
{
background-color: #7C67CF;
}
</style>
border-color css
<style>
span { border-color: #7C67CF; }
span { border-color: rgb(124,103,207); }
td.TdClassName
{
border-color: #7C67CF;
}
.TagClassName
{
border-color: #7C67CF;
}
</style>