Shades of Moody Blue #7F7DBE
Tints of Moody Blue #7F7DBE
RGB
CMYK
RGB Variations
Color information
#7F7DBE (or 0x7F7DBE) is known color: Moody Blue. HEX triplet: 7F, 7D and BE. RGB value is (127,125,190). Sum of RGB (Red+Green+Blue) = 127+125+190=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F7DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DBE is #808241. Grayscale: #848484. Windows color (decimal): -8421954 or 12483967. OLE color: 12483967.
HSL color Cylindrical-coordinate representation of color #7F7DBE: hue angle of 241.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F7DBE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 125 | 190 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.25 |
| HSL | 241.85º | 0.33% | 0.62% | - |
| HSV(B) | 241.85º | 0.34% | 0.75% | - |
| XYZ | 25.38 | 22.9 | 51.8 | - |
| YUV | 133.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 190 | 0.33 | 0.34 | 0 | 0.25 | 241.85 | 0.33 | 0.62 |
| Hex | 7F | 7D | BE | 21 | 22 | 0 | 19 | F2 | 21 | 3E |
| Octal | 177 | 175 | 276 | 41 | 42 | 0 | 31 | 362 | 41 | 76 |
| Binary | 1111111 | 1111101 | 10111110 | 100001 | 100010 | 0 | 11001 | 11110010 | 100001 | 111110 |
Color Harmonies of #7F7DBE
Complementary color
Monochromatic Colors of #7F7DBE
Black with #7F7DBE
Text Example
Text Example
White with #7F7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DBE; }
p { color: rgb(127,125,190); }
H1.HeaderClassName
{
color: #7F7DBE;
}
.AnyTagClassName
{
color: #7F7DBE;
}
</style>
background-color css
<style>
a { background-color: #7F7DBE; }
a { background-color: rgb(127,125,190); }
div.DivClassName
{
background-color: #7F7DBE;
}
.BgClassName
{
background-color: #7F7DBE;
}
</style>
border-color css
<style>
span { border-color: #7F7DBE; }
span { border-color: rgb(127,125,190); }
td.TdClassName
{
border-color: #7F7DBE;
}
.TagClassName
{
border-color: #7F7DBE;
}
</style>