Shades of Moody Blue #7D6DC3
Tints of Moody Blue #7D6DC3
RGB
CMYK
RGB Variations
Color information
#7D6DC3 (or 0x7D6DC3) is known color: Moody Blue. HEX triplet: 7D, 6D and C3. RGB value is (125,109,195). Sum of RGB (Red+Green+Blue) = 125+109+195=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #7D6DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DC3 is #82923C. Grayscale: #7B7B7B. Windows color (decimal): -8557117 or 12807549. OLE color: 12807549.
HSL color Cylindrical-coordinate representation of color #7D6DC3: hue angle of 251.16º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D6DC3 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 109 | 195 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.24 |
| HSL | 251.16º | 0.42% | 0.6% | - |
| HSV(B) | 251.16º | 0.44% | 0.76% | - |
| XYZ | 23.78 | 19.24 | 54.09 | - |
| YUV | 123.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 195 | 0.36 | 0.44 | 0 | 0.24 | 251.16 | 0.42 | 0.6 |
| Hex | 7D | 6D | C3 | 24 | 2C | 0 | 18 | FB | 2A | 3C |
| Octal | 175 | 155 | 303 | 44 | 54 | 0 | 30 | 373 | 52 | 74 |
| Binary | 1111101 | 1101101 | 11000011 | 100100 | 101100 | 0 | 11000 | 11111011 | 101010 | 111100 |
Color Harmonies of #7D6DC3
Complementary color
Monochromatic Colors of #7D6DC3
Black with #7D6DC3
Text Example
Text Example
White with #7D6DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6DC3; }
p { color: rgb(125,109,195); }
H1.HeaderClassName
{
color: #7D6DC3;
}
.AnyTagClassName
{
color: #7D6DC3;
}
</style>
background-color css
<style>
a { background-color: #7D6DC3; }
a { background-color: rgb(125,109,195); }
div.DivClassName
{
background-color: #7D6DC3;
}
.BgClassName
{
background-color: #7D6DC3;
}
</style>
border-color css
<style>
span { border-color: #7D6DC3; }
span { border-color: rgb(125,109,195); }
td.TdClassName
{
border-color: #7D6DC3;
}
.TagClassName
{
border-color: #7D6DC3;
}
</style>