Shades of Moody Blue #7D6CCF
Tints of Moody Blue #7D6CCF
RGB
CMYK
RGB Variations
Color information
#7D6CCF (or 0x7D6CCF) is known color: Moody Blue. HEX triplet: 7D, 6C and CF. RGB value is (125,108,207). Sum of RGB (Red+Green+Blue) = 125+108+207=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D6CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CCF is #829330. Grayscale: #7B7B7B. Windows color (decimal): -8557361 or 13593725. OLE color: 13593725.
HSL color Cylindrical-coordinate representation of color #7D6CCF: hue angle of 250.3º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6CCF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 108 | 207 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.19 |
| HSL | 250.3º | 0.51% | 0.62% | - |
| HSV(B) | 250.3º | 0.48% | 0.81% | - |
| XYZ | 25.08 | 19.59 | 61.49 | - |
| YUV | 124.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 207 | 0.40 | 0.48 | 0 | 0.19 | 250.3 | 0.51 | 0.62 |
| Hex | 7D | 6C | CF | 28 | 30 | 0 | 13 | FA | 33 | 3E |
| Octal | 175 | 154 | 317 | 50 | 60 | 0 | 23 | 372 | 63 | 76 |
| Binary | 1111101 | 1101100 | 11001111 | 101000 | 110000 | 0 | 10011 | 11111010 | 110011 | 111110 |
Color Harmonies of #7D6CCF
Complementary color
Monochromatic Colors of #7D6CCF
Black with #7D6CCF
Text Example
Text Example
White with #7D6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6CCF; }
p { color: rgb(125,108,207); }
H1.HeaderClassName
{
color: #7D6CCF;
}
.AnyTagClassName
{
color: #7D6CCF;
}
</style>
background-color css
<style>
a { background-color: #7D6CCF; }
a { background-color: rgb(125,108,207); }
div.DivClassName
{
background-color: #7D6CCF;
}
.BgClassName
{
background-color: #7D6CCF;
}
</style>
border-color css
<style>
span { border-color: #7D6CCF; }
span { border-color: rgb(125,108,207); }
td.TdClassName
{
border-color: #7D6CCF;
}
.TagClassName
{
border-color: #7D6CCF;
}
</style>