Shades of Moody Blue #7D65C6
Tints of Moody Blue #7D65C6
RGB
CMYK
RGB Variations
Color information
#7D65C6 (or 0x7D65C6) is known color: Moody Blue. HEX triplet: 7D, 65 and C6. RGB value is (125,101,198). Sum of RGB (Red+Green+Blue) = 125+101+198=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #7D65C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D65C6 is #829A39. Grayscale: #767676. Windows color (decimal): -8559162 or 13002109. OLE color: 13002109.
HSL color Cylindrical-coordinate representation of color #7D65C6: hue angle of 254.85º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D65C6 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 101 | 198 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.22 |
| HSL | 254.85º | 0.46% | 0.59% | - |
| HSV(B) | 254.85º | 0.49% | 0.78% | - |
| XYZ | 23.3 | 17.74 | 55.62 | - |
| YUV | 119.23 | 172.45 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 198 | 0.37 | 0.49 | 0 | 0.22 | 254.85 | 0.46 | 0.59 |
| Hex | 7D | 65 | C6 | 25 | 31 | 0 | 16 | FF | 2E | 3B |
| Octal | 175 | 145 | 306 | 45 | 61 | 0 | 26 | 377 | 56 | 73 |
| Binary | 1111101 | 1100101 | 11000110 | 100101 | 110001 | 0 | 10110 | 11111111 | 101110 | 111011 |
Color Harmonies of #7D65C6
Complementary color
Monochromatic Colors of #7D65C6
Black with #7D65C6
Text Example
Text Example
White with #7D65C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D65C6; }
p { color: rgb(125,101,198); }
H1.HeaderClassName
{
color: #7D65C6;
}
.AnyTagClassName
{
color: #7D65C6;
}
</style>
background-color css
<style>
a { background-color: #7D65C6; }
a { background-color: rgb(125,101,198); }
div.DivClassName
{
background-color: #7D65C6;
}
.BgClassName
{
background-color: #7D65C6;
}
</style>
border-color css
<style>
span { border-color: #7D65C6; }
span { border-color: rgb(125,101,198); }
td.TdClassName
{
border-color: #7D65C6;
}
.TagClassName
{
border-color: #7D65C6;
}
</style>