Shades of Moody Blue #7D7CBE
Tints of Moody Blue #7D7CBE
RGB
CMYK
RGB Variations
Color information
#7D7CBE (or 0x7D7CBE) is known color: Moody Blue. HEX triplet: 7D, 7C and BE. RGB value is (125,124,190). Sum of RGB (Red+Green+Blue) = 125+124+190=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D7CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CBE is #828341. Grayscale: #838383. Windows color (decimal): -8553282 or 12483709. OLE color: 12483709.
HSL color Cylindrical-coordinate representation of color #7D7CBE: hue angle of 240.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7CBE is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 124 | 190 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.25 |
| HSL | 240.91º | 0.34% | 0.62% | - |
| HSV(B) | 240.91º | 0.35% | 0.75% | - |
| XYZ | 24.96 | 22.49 | 51.74 | - |
| YUV | 131.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 190 | 0.34 | 0.35 | 0 | 0.25 | 240.91 | 0.34 | 0.62 |
| Hex | 7D | 7C | BE | 22 | 23 | 0 | 19 | F1 | 22 | 3E |
| Octal | 175 | 174 | 276 | 42 | 43 | 0 | 31 | 361 | 42 | 76 |
| Binary | 1111101 | 1111100 | 10111110 | 100010 | 100011 | 0 | 11001 | 11110001 | 100010 | 111110 |
Color Harmonies of #7D7CBE
Complementary color
Monochromatic Colors of #7D7CBE
Black with #7D7CBE
Text Example
Text Example
White with #7D7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7CBE; }
p { color: rgb(125,124,190); }
H1.HeaderClassName
{
color: #7D7CBE;
}
.AnyTagClassName
{
color: #7D7CBE;
}
</style>
background-color css
<style>
a { background-color: #7D7CBE; }
a { background-color: rgb(125,124,190); }
div.DivClassName
{
background-color: #7D7CBE;
}
.BgClassName
{
background-color: #7D7CBE;
}
</style>
border-color css
<style>
span { border-color: #7D7CBE; }
span { border-color: rgb(125,124,190); }
td.TdClassName
{
border-color: #7D7CBE;
}
.TagClassName
{
border-color: #7D7CBE;
}
</style>