Shades of Moody Blue #7D75BF
Tints of Moody Blue #7D75BF
RGB
CMYK
RGB Variations
Color information
#7D75BF (or 0x7D75BF) is known color: Moody Blue. HEX triplet: 7D, 75 and BF. RGB value is (125,117,191). Sum of RGB (Red+Green+Blue) = 125+117+191=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D75BF is #828A40. Grayscale: #7F7F7F. Windows color (decimal): -8555073 or 12547453. OLE color: 12547453.
HSL color Cylindrical-coordinate representation of color #7D75BF: hue angle of 246.49º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D75BF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 117 | 191 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.25 |
| HSL | 246.49º | 0.37% | 0.6% | - |
| HSV(B) | 246.49º | 0.39% | 0.75% | - |
| XYZ | 24.22 | 20.84 | 52.04 | - |
| YUV | 127.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 191 | 0.35 | 0.39 | 0 | 0.25 | 246.49 | 0.37 | 0.6 |
| Hex | 7D | 75 | BF | 23 | 27 | 0 | 19 | F6 | 25 | 3C |
| Octal | 175 | 165 | 277 | 43 | 47 | 0 | 31 | 366 | 45 | 74 |
| Binary | 1111101 | 1110101 | 10111111 | 100011 | 100111 | 0 | 11001 | 11110110 | 100101 | 111100 |
Color Harmonies of #7D75BF
Complementary color
Monochromatic Colors of #7D75BF
Black with #7D75BF
Text Example
Text Example
White with #7D75BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D75BF; }
p { color: rgb(125,117,191); }
H1.HeaderClassName
{
color: #7D75BF;
}
.AnyTagClassName
{
color: #7D75BF;
}
</style>
background-color css
<style>
a { background-color: #7D75BF; }
a { background-color: rgb(125,117,191); }
div.DivClassName
{
background-color: #7D75BF;
}
.BgClassName
{
background-color: #7D75BF;
}
</style>
border-color css
<style>
span { border-color: #7D75BF; }
span { border-color: rgb(125,117,191); }
td.TdClassName
{
border-color: #7D75BF;
}
.TagClassName
{
border-color: #7D75BF;
}
</style>