Shades of Moody Blue #7D7FBF
Tints of Moody Blue #7D7FBF
RGB
CMYK
RGB Variations
Color information
#7D7FBF (or 0x7D7FBF) is known color: Moody Blue. HEX triplet: 7D, 7F and BF. RGB value is (125,127,191). Sum of RGB (Red+Green+Blue) = 125+127+191=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D7FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FBF is #828040. Grayscale: #858585. Windows color (decimal): -8552513 or 12550013. OLE color: 12550013.
HSL color Cylindrical-coordinate representation of color #7D7FBF: hue angle of 238.18º 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 #7D7FBF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 127 | 191 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.25 |
| HSL | 238.18º | 0.34% | 0.62% | - |
| HSV(B) | 238.18º | 0.35% | 0.75% | - |
| XYZ | 25.45 | 23.3 | 52.45 | - |
| YUV | 133.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 191 | 0.35 | 0.34 | 0 | 0.25 | 238.18 | 0.34 | 0.62 |
| Hex | 7D | 7F | BF | 23 | 22 | 0 | 19 | EE | 22 | 3E |
| Octal | 175 | 177 | 277 | 43 | 42 | 0 | 31 | 356 | 42 | 76 |
| Binary | 1111101 | 1111111 | 10111111 | 100011 | 100010 | 0 | 11001 | 11101110 | 100010 | 111110 |
Color Harmonies of #7D7FBF
Complementary color
Monochromatic Colors of #7D7FBF
Black with #7D7FBF
Text Example
Text Example
White with #7D7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FBF; }
p { color: rgb(125,127,191); }
H1.HeaderClassName
{
color: #7D7FBF;
}
.AnyTagClassName
{
color: #7D7FBF;
}
</style>
background-color css
<style>
a { background-color: #7D7FBF; }
a { background-color: rgb(125,127,191); }
div.DivClassName
{
background-color: #7D7FBF;
}
.BgClassName
{
background-color: #7D7FBF;
}
</style>
border-color css
<style>
span { border-color: #7D7FBF; }
span { border-color: rgb(125,127,191); }
td.TdClassName
{
border-color: #7D7FBF;
}
.TagClassName
{
border-color: #7D7FBF;
}
</style>