Shades of Moody Blue #7C66CC
Tints of Moody Blue #7C66CC
RGB
CMYK
RGB Variations
Color information
#7C66CC (or 0x7C66CC) is known color: Moody Blue. HEX triplet: 7C, 66 and CC. RGB value is (124,102,204). Sum of RGB (Red+Green+Blue) = 124+102+204=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C66CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C66CC is #839933. Grayscale: #777777. Windows color (decimal): -8624436 or 13395580. OLE color: 13395580.
HSL color Cylindrical-coordinate representation of color #7C66CC: hue angle of 252.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C66CC is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 102 | 204 | - |
| CMYK | 0.39 | 0.5 | 0 | 0.2 |
| HSL | 252.94º | 0.5% | 0.6% | - |
| HSV(B) | 252.94º | 0.5% | 0.8% | - |
| XYZ | 23.96 | 18.15 | 59.37 | - |
| YUV | 120.21 | 175.29 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 204 | 0.39 | 0.5 | 0 | 0.2 | 252.94 | 0.5 | 0.6 |
| Hex | 7C | 66 | CC | 27 | 32 | 0 | 14 | FD | 32 | 3C |
| Octal | 174 | 146 | 314 | 47 | 62 | 0 | 24 | 375 | 62 | 74 |
| Binary | 1111100 | 1100110 | 11001100 | 100111 | 110010 | 0 | 10100 | 11111101 | 110010 | 111100 |
Color Harmonies of #7C66CC
Complementary color
Monochromatic Colors of #7C66CC
Black with #7C66CC
Text Example
Text Example
White with #7C66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C66CC; }
p { color: rgb(124,102,204); }
H1.HeaderClassName
{
color: #7C66CC;
}
.AnyTagClassName
{
color: #7C66CC;
}
</style>
background-color css
<style>
a { background-color: #7C66CC; }
a { background-color: rgb(124,102,204); }
div.DivClassName
{
background-color: #7C66CC;
}
.BgClassName
{
background-color: #7C66CC;
}
</style>
border-color css
<style>
span { border-color: #7C66CC; }
span { border-color: rgb(124,102,204); }
td.TdClassName
{
border-color: #7C66CC;
}
.TagClassName
{
border-color: #7C66CC;
}
</style>