Shades of Moody Blue #7D6CC1
Tints of Moody Blue #7D6CC1
RGB
CMYK
RGB Variations
Color information
#7D6CC1 (or 0x7D6CC1) is known color: Moody Blue. HEX triplet: 7D, 6C and C1. RGB value is (125,108,193). Sum of RGB (Red+Green+Blue) = 125+108+193=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D6CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CC1 is #82933E. Grayscale: #7A7A7A. Windows color (decimal): -8557375 or 12676221. OLE color: 12676221.
HSL color Cylindrical-coordinate representation of color #7D6CC1: hue angle of 252º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D6CC1 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 108 | 193 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.24 |
| HSL | 252º | 0.41% | 0.59% | - |
| HSV(B) | 252º | 0.44% | 0.76% | - |
| XYZ | 23.45 | 18.94 | 52.87 | - |
| YUV | 122.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 193 | 0.35 | 0.44 | 0 | 0.24 | 252 | 0.41 | 0.59 |
| Hex | 7D | 6C | C1 | 23 | 2C | 0 | 18 | FC | 29 | 3B |
| Octal | 175 | 154 | 301 | 43 | 54 | 0 | 30 | 374 | 51 | 73 |
| Binary | 1111101 | 1101100 | 11000001 | 100011 | 101100 | 0 | 11000 | 11111100 | 101001 | 111011 |
Color Harmonies of #7D6CC1
Complementary color
Monochromatic Colors of #7D6CC1
Black with #7D6CC1
Text Example
Text Example
White with #7D6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6CC1; }
p { color: rgb(125,108,193); }
H1.HeaderClassName
{
color: #7D6CC1;
}
.AnyTagClassName
{
color: #7D6CC1;
}
</style>
background-color css
<style>
a { background-color: #7D6CC1; }
a { background-color: rgb(125,108,193); }
div.DivClassName
{
background-color: #7D6CC1;
}
.BgClassName
{
background-color: #7D6CC1;
}
</style>
border-color css
<style>
span { border-color: #7D6CC1; }
span { border-color: rgb(125,108,193); }
td.TdClassName
{
border-color: #7D6CC1;
}
.TagClassName
{
border-color: #7D6CC1;
}
</style>