Shades of Moody Blue #7C6FCF
Tints of Moody Blue #7C6FCF
RGB
CMYK
RGB Variations
Color information
#7C6FCF (or 0x7C6FCF) is known color: Moody Blue. HEX triplet: 7C, 6F and CF. RGB value is (124,111,207). Sum of RGB (Red+Green+Blue) = 124+111+207=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C6FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6FCF is #839030. Grayscale: #7D7D7D. Windows color (decimal): -8622129 or 13594492. OLE color: 13594492.
HSL color Cylindrical-coordinate representation of color #7C6FCF: hue angle of 248.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C6FCF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 111 | 207 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.19 |
| HSL | 248.13º | 0.5% | 0.62% | - |
| HSV(B) | 248.13º | 0.46% | 0.81% | - |
| XYZ | 25.26 | 20.16 | 61.59 | - |
| YUV | 125.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 207 | 0.40 | 0.46 | 0 | 0.19 | 248.13 | 0.5 | 0.62 |
| Hex | 7C | 6F | CF | 28 | 2E | 0 | 13 | F8 | 32 | 3E |
| Octal | 174 | 157 | 317 | 50 | 56 | 0 | 23 | 370 | 62 | 76 |
| Binary | 1111100 | 1101111 | 11001111 | 101000 | 101110 | 0 | 10011 | 11111000 | 110010 | 111110 |
Color Harmonies of #7C6FCF
Complementary color
Monochromatic Colors of #7C6FCF
Black with #7C6FCF
Text Example
Text Example
White with #7C6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6FCF; }
p { color: rgb(124,111,207); }
H1.HeaderClassName
{
color: #7C6FCF;
}
.AnyTagClassName
{
color: #7C6FCF;
}
</style>
background-color css
<style>
a { background-color: #7C6FCF; }
a { background-color: rgb(124,111,207); }
div.DivClassName
{
background-color: #7C6FCF;
}
.BgClassName
{
background-color: #7C6FCF;
}
</style>
border-color css
<style>
span { border-color: #7C6FCF; }
span { border-color: rgb(124,111,207); }
td.TdClassName
{
border-color: #7C6FCF;
}
.TagClassName
{
border-color: #7C6FCF;
}
</style>