Shades of Moody Blue #7C6BCA
Tints of Moody Blue #7C6BCA
RGB
CMYK
RGB Variations
Color information
#7C6BCA (or 0x7C6BCA) is known color: Moody Blue. HEX triplet: 7C, 6B and CA. RGB value is (124,107,202). Sum of RGB (Red+Green+Blue) = 124+107+202=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6BCA is #839435. Grayscale: #7A7A7A. Windows color (decimal): -8623158 or 13265788. OLE color: 13265788.
HSL color Cylindrical-coordinate representation of color #7C6BCA: hue angle of 250.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6BCA is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 107 | 202 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.21 |
| HSL | 250.74º | 0.47% | 0.61% | - |
| HSV(B) | 250.74º | 0.47% | 0.79% | - |
| XYZ | 24.23 | 19.06 | 58.28 | - |
| YUV | 122.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 202 | 0.39 | 0.47 | 0 | 0.21 | 250.74 | 0.47 | 0.61 |
| Hex | 7C | 6B | CA | 27 | 2F | 0 | 15 | FB | 2F | 3D |
| Octal | 174 | 153 | 312 | 47 | 57 | 0 | 25 | 373 | 57 | 75 |
| Binary | 1111100 | 1101011 | 11001010 | 100111 | 101111 | 0 | 10101 | 11111011 | 101111 | 111101 |
Color Harmonies of #7C6BCA
Complementary color
Monochromatic Colors of #7C6BCA
Black with #7C6BCA
Text Example
Text Example
White with #7C6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6BCA; }
p { color: rgb(124,107,202); }
H1.HeaderClassName
{
color: #7C6BCA;
}
.AnyTagClassName
{
color: #7C6BCA;
}
</style>
background-color css
<style>
a { background-color: #7C6BCA; }
a { background-color: rgb(124,107,202); }
div.DivClassName
{
background-color: #7C6BCA;
}
.BgClassName
{
background-color: #7C6BCA;
}
</style>
border-color css
<style>
span { border-color: #7C6BCA; }
span { border-color: rgb(124,107,202); }
td.TdClassName
{
border-color: #7C6BCA;
}
.TagClassName
{
border-color: #7C6BCA;
}
</style>