Shades of Moody Blue #7F7DBA
Tints of Moody Blue #7F7DBA
RGB
CMYK
RGB Variations
Color information
#7F7DBA (or 0x7F7DBA) is known color: Moody Blue. HEX triplet: 7F, 7D and BA. RGB value is (127,125,186). Sum of RGB (Red+Green+Blue) = 127+125+186=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DBA is #808245. Grayscale: #848484. Windows color (decimal): -8421958 or 12221823. OLE color: 12221823.
HSL color Cylindrical-coordinate representation of color #7F7DBA: hue angle of 241.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F7DBA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 125 | 186 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.27 |
| HSL | 241.97º | 0.31% | 0.61% | - |
| HSV(B) | 241.97º | 0.33% | 0.73% | - |
| XYZ | 24.95 | 22.72 | 49.53 | - |
| YUV | 132.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 186 | 0.32 | 0.33 | 0 | 0.27 | 241.97 | 0.31 | 0.61 |
| Hex | 7F | 7D | BA | 20 | 21 | 0 | 1B | F2 | 1F | 3D |
| Octal | 177 | 175 | 272 | 40 | 41 | 0 | 33 | 362 | 37 | 75 |
| Binary | 1111111 | 1111101 | 10111010 | 100000 | 100001 | 0 | 11011 | 11110010 | 11111 | 111101 |
Color Harmonies of #7F7DBA
Complementary color
Monochromatic Colors of #7F7DBA
Black with #7F7DBA
Text Example
Text Example
White with #7F7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DBA; }
p { color: rgb(127,125,186); }
H1.HeaderClassName
{
color: #7F7DBA;
}
.AnyTagClassName
{
color: #7F7DBA;
}
</style>
background-color css
<style>
a { background-color: #7F7DBA; }
a { background-color: rgb(127,125,186); }
div.DivClassName
{
background-color: #7F7DBA;
}
.BgClassName
{
background-color: #7F7DBA;
}
</style>
border-color css
<style>
span { border-color: #7F7DBA; }
span { border-color: rgb(127,125,186); }
td.TdClassName
{
border-color: #7F7DBA;
}
.TagClassName
{
border-color: #7F7DBA;
}
</style>