Shades of Moody Blue #7D75D8
Tints of Moody Blue #7D75D8
RGB
CMYK
RGB Variations
Color information
#7D75D8 (or 0x7D75D8) is known color: Moody Blue. HEX triplet: 7D, 75 and D8. RGB value is (125,117,216). Sum of RGB (Red+Green+Blue) = 125+117+216=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D75D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75D8 is #828A27. Grayscale: #828282. Windows color (decimal): -8555048 or 14185853. OLE color: 14185853.
HSL color Cylindrical-coordinate representation of color #7D75D8: hue angle of 244.85º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D75D8 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 117 | 216 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.15 |
| HSL | 244.85º | 0.56% | 0.65% | - |
| HSV(B) | 244.85º | 0.46% | 0.85% | - |
| XYZ | 27.21 | 22.04 | 67.79 | - |
| YUV | 130.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 216 | 0.42 | 0.46 | 0 | 0.15 | 244.85 | 0.56 | 0.65 |
| Hex | 7D | 75 | D8 | 2A | 2E | 0 | F | F5 | 38 | 41 |
| Octal | 175 | 165 | 330 | 52 | 56 | 0 | 17 | 365 | 70 | 101 |
| Binary | 1111101 | 1110101 | 11011000 | 101010 | 101110 | 0 | 1111 | 11110101 | 111000 | 1000001 |
Color Harmonies of #7D75D8
Complementary color
Monochromatic Colors of #7D75D8
Black with #7D75D8
Text Example
Text Example
White with #7D75D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75D8; }
p { color: rgb(125,117,216); }
H1.HeaderClassName
{
color: #7D75D8;
}
.AnyTagClassName
{
color: #7D75D8;
}
</style>
background-color css
<style>
a { background-color: #7D75D8; }
a { background-color: rgb(125,117,216); }
div.DivClassName
{
background-color: #7D75D8;
}
.BgClassName
{
background-color: #7D75D8;
}
</style>
border-color css
<style>
span { border-color: #7D75D8; }
span { border-color: rgb(125,117,216); }
td.TdClassName
{
border-color: #7D75D8;
}
.TagClassName
{
border-color: #7D75D8;
}
</style>