Shades of Moody Blue #7C66CF
Tints of Moody Blue #7C66CF
RGB
CMYK
RGB Variations
Color information
#7C66CF (or 0x7C66CF) is known color: Moody Blue. HEX triplet: 7C, 66 and CF. RGB value is (124,102,207). Sum of RGB (Red+Green+Blue) = 124+102+207=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C66CF is #839930. Grayscale: #787878. Windows color (decimal): -8624433 or 13592188. OLE color: 13592188.
HSL color Cylindrical-coordinate representation of color #7C66CF: hue angle of 252.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C66CF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 102 | 207 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.19 |
| HSL | 252.57º | 0.52% | 0.61% | - |
| HSV(B) | 252.57º | 0.51% | 0.81% | - |
| XYZ | 24.33 | 18.29 | 61.28 | - |
| YUV | 120.55 | 176.79 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 207 | 0.40 | 0.51 | 0 | 0.19 | 252.57 | 0.52 | 0.61 |
| Hex | 7C | 66 | CF | 28 | 33 | 0 | 13 | FD | 34 | 3D |
| Octal | 174 | 146 | 317 | 50 | 63 | 0 | 23 | 375 | 64 | 75 |
| Binary | 1111100 | 1100110 | 11001111 | 101000 | 110011 | 0 | 10011 | 11111101 | 110100 | 111101 |
Color Harmonies of #7C66CF
Complementary color
Monochromatic Colors of #7C66CF
Black with #7C66CF
Text Example
Text Example
White with #7C66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C66CF; }
p { color: rgb(124,102,207); }
H1.HeaderClassName
{
color: #7C66CF;
}
.AnyTagClassName
{
color: #7C66CF;
}
</style>
background-color css
<style>
a { background-color: #7C66CF; }
a { background-color: rgb(124,102,207); }
div.DivClassName
{
background-color: #7C66CF;
}
.BgClassName
{
background-color: #7C66CF;
}
</style>
border-color css
<style>
span { border-color: #7C66CF; }
span { border-color: rgb(124,102,207); }
td.TdClassName
{
border-color: #7C66CF;
}
.TagClassName
{
border-color: #7C66CF;
}
</style>