Shades of Moody Blue #7C66BC
Tints of Moody Blue #7C66BC
RGB
CMYK
RGB Variations
Color information
#7C66BC (or 0x7C66BC) is known color: Moody Blue. HEX triplet: 7C, 66 and BC. RGB value is (124,102,188). Sum of RGB (Red+Green+Blue) = 124+102+188=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C66BC is #839943. Grayscale: #767676. Windows color (decimal): -8624452 or 12347004. OLE color: 12347004.
HSL color Cylindrical-coordinate representation of color #7C66BC: hue angle of 255.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C66BC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 102 | 188 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.26 |
| HSL | 255.35º | 0.39% | 0.57% | - |
| HSV(B) | 255.35º | 0.46% | 0.74% | - |
| XYZ | 22.14 | 17.42 | 49.77 | - |
| YUV | 118.38 | 167.29 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 188 | 0.34 | 0.46 | 0 | 0.26 | 255.35 | 0.39 | 0.57 |
| Hex | 7C | 66 | BC | 22 | 2E | 0 | 1A | FF | 27 | 39 |
| Octal | 174 | 146 | 274 | 42 | 56 | 0 | 32 | 377 | 47 | 71 |
| Binary | 1111100 | 1100110 | 10111100 | 100010 | 101110 | 0 | 11010 | 11111111 | 100111 | 111001 |
Color Harmonies of #7C66BC
Complementary color
Monochromatic Colors of #7C66BC
Black with #7C66BC
Text Example
Text Example
White with #7C66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C66BC; }
p { color: rgb(124,102,188); }
H1.HeaderClassName
{
color: #7C66BC;
}
.AnyTagClassName
{
color: #7C66BC;
}
</style>
background-color css
<style>
a { background-color: #7C66BC; }
a { background-color: rgb(124,102,188); }
div.DivClassName
{
background-color: #7C66BC;
}
.BgClassName
{
background-color: #7C66BC;
}
</style>
border-color css
<style>
span { border-color: #7C66BC; }
span { border-color: rgb(124,102,188); }
td.TdClassName
{
border-color: #7C66BC;
}
.TagClassName
{
border-color: #7C66BC;
}
</style>