Shades of Moody Blue #7C6FBD
Tints of Moody Blue #7C6FBD
RGB
CMYK
RGB Variations
Color information
#7C6FBD (or 0x7C6FBD) is known color: Moody Blue. HEX triplet: 7C, 6F and BD. RGB value is (124,111,189). Sum of RGB (Red+Green+Blue) = 124+111+189=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C6FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6FBD is #839042. Grayscale: #7B7B7B. Windows color (decimal): -8622147 or 12414844. OLE color: 12414844.
HSL color Cylindrical-coordinate representation of color #7C6FBD: hue angle of 250º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C6FBD is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 111 | 189 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.26 |
| HSL | 250º | 0.37% | 0.59% | - |
| HSV(B) | 250º | 0.41% | 0.74% | - |
| XYZ | 23.18 | 19.33 | 50.65 | - |
| YUV | 123.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 189 | 0.34 | 0.41 | 0 | 0.26 | 250 | 0.37 | 0.59 |
| Hex | 7C | 6F | BD | 22 | 29 | 0 | 1A | FA | 25 | 3B |
| Octal | 174 | 157 | 275 | 42 | 51 | 0 | 32 | 372 | 45 | 73 |
| Binary | 1111100 | 1101111 | 10111101 | 100010 | 101001 | 0 | 11010 | 11111010 | 100101 | 111011 |
Color Harmonies of #7C6FBD
Complementary color
Monochromatic Colors of #7C6FBD
Black with #7C6FBD
Text Example
Text Example
White with #7C6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6FBD; }
p { color: rgb(124,111,189); }
H1.HeaderClassName
{
color: #7C6FBD;
}
.AnyTagClassName
{
color: #7C6FBD;
}
</style>
background-color css
<style>
a { background-color: #7C6FBD; }
a { background-color: rgb(124,111,189); }
div.DivClassName
{
background-color: #7C6FBD;
}
.BgClassName
{
background-color: #7C6FBD;
}
</style>
border-color css
<style>
span { border-color: #7C6FBD; }
span { border-color: rgb(124,111,189); }
td.TdClassName
{
border-color: #7C6FBD;
}
.TagClassName
{
border-color: #7C6FBD;
}
</style>