Shades of Moody Blue #7F7DC1
Tints of Moody Blue #7F7DC1
RGB
CMYK
RGB Variations
Color information
#7F7DC1 (or 0x7F7DC1) is known color: Moody Blue. HEX triplet: 7F, 7D and C1. RGB value is (127,125,193). Sum of RGB (Red+Green+Blue) = 127+125+193=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F7DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DC1 is #80823E. Grayscale: #858585. Windows color (decimal): -8421951 or 12680575. OLE color: 12680575.
HSL color Cylindrical-coordinate representation of color #7F7DC1: hue angle of 241.76º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F7DC1 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 125 | 193 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.24 |
| HSL | 241.76º | 0.35% | 0.62% | - |
| HSV(B) | 241.76º | 0.35% | 0.76% | - |
| XYZ | 25.71 | 23.03 | 53.54 | - |
| YUV | 133.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 193 | 0.34 | 0.35 | 0 | 0.24 | 241.76 | 0.35 | 0.62 |
| Hex | 7F | 7D | C1 | 22 | 23 | 0 | 18 | F2 | 23 | 3E |
| Octal | 177 | 175 | 301 | 42 | 43 | 0 | 30 | 362 | 43 | 76 |
| Binary | 1111111 | 1111101 | 11000001 | 100010 | 100011 | 0 | 11000 | 11110010 | 100011 | 111110 |
Color Harmonies of #7F7DC1
Complementary color
Monochromatic Colors of #7F7DC1
Black with #7F7DC1
Text Example
Text Example
White with #7F7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DC1; }
p { color: rgb(127,125,193); }
H1.HeaderClassName
{
color: #7F7DC1;
}
.AnyTagClassName
{
color: #7F7DC1;
}
</style>
background-color css
<style>
a { background-color: #7F7DC1; }
a { background-color: rgb(127,125,193); }
div.DivClassName
{
background-color: #7F7DC1;
}
.BgClassName
{
background-color: #7F7DC1;
}
</style>
border-color css
<style>
span { border-color: #7F7DC1; }
span { border-color: rgb(127,125,193); }
td.TdClassName
{
border-color: #7F7DC1;
}
.TagClassName
{
border-color: #7F7DC1;
}
</style>