Shades of Moody Blue #7D66C1
Tints of Moody Blue #7D66C1
RGB
CMYK
RGB Variations
Color information
#7D66C1 (or 0x7D66C1) is known color: Moody Blue. HEX triplet: 7D, 66 and C1. RGB value is (125,102,193). Sum of RGB (Red+Green+Blue) = 125+102+193=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D66C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D66C1 is #82993E. Grayscale: #767676. Windows color (decimal): -8558911 or 12674685. OLE color: 12674685.
HSL color Cylindrical-coordinate representation of color #7D66C1: hue angle of 255.16º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D66C1 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 102 | 193 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.24 |
| HSL | 255.16º | 0.42% | 0.58% | - |
| HSV(B) | 255.16º | 0.47% | 0.76% | - |
| XYZ | 22.83 | 17.71 | 52.67 | - |
| YUV | 119.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 193 | 0.35 | 0.47 | 0 | 0.24 | 255.16 | 0.42 | 0.58 |
| Hex | 7D | 66 | C1 | 23 | 2F | 0 | 18 | FF | 2A | 3A |
| Octal | 175 | 146 | 301 | 43 | 57 | 0 | 30 | 377 | 52 | 72 |
| Binary | 1111101 | 1100110 | 11000001 | 100011 | 101111 | 0 | 11000 | 11111111 | 101010 | 111010 |
Color Harmonies of #7D66C1
Complementary color
Monochromatic Colors of #7D66C1
Black with #7D66C1
Text Example
Text Example
White with #7D66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D66C1; }
p { color: rgb(125,102,193); }
H1.HeaderClassName
{
color: #7D66C1;
}
.AnyTagClassName
{
color: #7D66C1;
}
</style>
background-color css
<style>
a { background-color: #7D66C1; }
a { background-color: rgb(125,102,193); }
div.DivClassName
{
background-color: #7D66C1;
}
.BgClassName
{
background-color: #7D66C1;
}
</style>
border-color css
<style>
span { border-color: #7D66C1; }
span { border-color: rgb(125,102,193); }
td.TdClassName
{
border-color: #7D66C1;
}
.TagClassName
{
border-color: #7D66C1;
}
</style>