Shades of Moody Blue #7D6BC5
Tints of Moody Blue #7D6BC5
RGB
CMYK
RGB Variations
Color information
#7D6BC5 (or 0x7D6BC5) is known color: Moody Blue. HEX triplet: 7D, 6B and C5. RGB value is (125,107,197). Sum of RGB (Red+Green+Blue) = 125+107+197=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #7D6BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BC5 is #82943A. Grayscale: #7A7A7A. Windows color (decimal): -8557627 or 12938109. OLE color: 12938109.
HSL color Cylindrical-coordinate representation of color #7D6BC5: hue angle of 252º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6BC5 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 107 | 197 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.23 |
| HSL | 252º | 0.44% | 0.6% | - |
| HSV(B) | 252º | 0.46% | 0.77% | - |
| XYZ | 23.79 | 18.91 | 55.22 | - |
| YUV | 122.64 | 169.96 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 197 | 0.37 | 0.46 | 0 | 0.23 | 252 | 0.44 | 0.6 |
| Hex | 7D | 6B | C5 | 25 | 2E | 0 | 17 | FC | 2C | 3C |
| Octal | 175 | 153 | 305 | 45 | 56 | 0 | 27 | 374 | 54 | 74 |
| Binary | 1111101 | 1101011 | 11000101 | 100101 | 101110 | 0 | 10111 | 11111100 | 101100 | 111100 |
Color Harmonies of #7D6BC5
Complementary color
Monochromatic Colors of #7D6BC5
Black with #7D6BC5
Text Example
Text Example
White with #7D6BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BC5; }
p { color: rgb(125,107,197); }
H1.HeaderClassName
{
color: #7D6BC5;
}
.AnyTagClassName
{
color: #7D6BC5;
}
</style>
background-color css
<style>
a { background-color: #7D6BC5; }
a { background-color: rgb(125,107,197); }
div.DivClassName
{
background-color: #7D6BC5;
}
.BgClassName
{
background-color: #7D6BC5;
}
</style>
border-color css
<style>
span { border-color: #7D6BC5; }
span { border-color: rgb(125,107,197); }
td.TdClassName
{
border-color: #7D6BC5;
}
.TagClassName
{
border-color: #7D6BC5;
}
</style>