Shades of Moody Blue #7F6DBE
Tints of Moody Blue #7F6DBE
RGB
CMYK
RGB Variations
Color information
#7F6DBE (or 0x7F6DBE) is known color: Moody Blue. HEX triplet: 7F, 6D and BE. RGB value is (127,109,190). Sum of RGB (Red+Green+Blue) = 127+109+190=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DBE is #809241. Grayscale: #7B7B7B. Windows color (decimal): -8426050 or 12479871. OLE color: 12479871.
HSL color Cylindrical-coordinate representation of color #7F6DBE: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F6DBE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 109 | 190 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.25 |
| HSL | 253.33º | 0.38% | 0.59% | - |
| HSV(B) | 253.33º | 0.43% | 0.75% | - |
| XYZ | 23.52 | 19.17 | 51.18 | - |
| YUV | 123.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 190 | 0.33 | 0.43 | 0 | 0.25 | 253.33 | 0.38 | 0.59 |
| Hex | 7F | 6D | BE | 21 | 2B | 0 | 19 | FD | 26 | 3B |
| Octal | 177 | 155 | 276 | 41 | 53 | 0 | 31 | 375 | 46 | 73 |
| Binary | 1111111 | 1101101 | 10111110 | 100001 | 101011 | 0 | 11001 | 11111101 | 100110 | 111011 |
Color Harmonies of #7F6DBE
Complementary color
Monochromatic Colors of #7F6DBE
Black with #7F6DBE
Text Example
Text Example
White with #7F6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6DBE; }
p { color: rgb(127,109,190); }
H1.HeaderClassName
{
color: #7F6DBE;
}
.AnyTagClassName
{
color: #7F6DBE;
}
</style>
background-color css
<style>
a { background-color: #7F6DBE; }
a { background-color: rgb(127,109,190); }
div.DivClassName
{
background-color: #7F6DBE;
}
.BgClassName
{
background-color: #7F6DBE;
}
</style>
border-color css
<style>
span { border-color: #7F6DBE; }
span { border-color: rgb(127,109,190); }
td.TdClassName
{
border-color: #7F6DBE;
}
.TagClassName
{
border-color: #7F6DBE;
}
</style>