Shades of Moody Blue #7D6CBE
Tints of Moody Blue #7D6CBE
RGB
CMYK
RGB Variations
Color information
#7D6CBE (or 0x7D6CBE) is known color: Moody Blue. HEX triplet: 7D, 6C and BE. RGB value is (125,108,190). Sum of RGB (Red+Green+Blue) = 125+108+190=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D6CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CBE is #829341. Grayscale: #7A7A7A. Windows color (decimal): -8557378 or 12479613. OLE color: 12479613.
HSL color Cylindrical-coordinate representation of color #7D6CBE: hue angle of 252.44º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D6CBE is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 108 | 190 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.25 |
| HSL | 252.44º | 0.39% | 0.58% | - |
| HSV(B) | 252.44º | 0.43% | 0.75% | - |
| XYZ | 23.11 | 18.8 | 51.13 | - |
| YUV | 122.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 190 | 0.34 | 0.43 | 0 | 0.25 | 252.44 | 0.39 | 0.58 |
| Hex | 7D | 6C | BE | 22 | 2B | 0 | 19 | FC | 27 | 3A |
| Octal | 175 | 154 | 276 | 42 | 53 | 0 | 31 | 374 | 47 | 72 |
| Binary | 1111101 | 1101100 | 10111110 | 100010 | 101011 | 0 | 11001 | 11111100 | 100111 | 111010 |
Color Harmonies of #7D6CBE
Complementary color
Monochromatic Colors of #7D6CBE
Black with #7D6CBE
Text Example
Text Example
White with #7D6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6CBE; }
p { color: rgb(125,108,190); }
H1.HeaderClassName
{
color: #7D6CBE;
}
.AnyTagClassName
{
color: #7D6CBE;
}
</style>
background-color css
<style>
a { background-color: #7D6CBE; }
a { background-color: rgb(125,108,190); }
div.DivClassName
{
background-color: #7D6CBE;
}
.BgClassName
{
background-color: #7D6CBE;
}
</style>
border-color css
<style>
span { border-color: #7D6CBE; }
span { border-color: rgb(125,108,190); }
td.TdClassName
{
border-color: #7D6CBE;
}
.TagClassName
{
border-color: #7D6CBE;
}
</style>