Shades of Moody Blue #7F7BDF
Tints of Moody Blue #7F7BDF
RGB
CMYK
RGB Variations
Color information
#7F7BDF (or 0x7F7BDF) is known color: Moody Blue. HEX triplet: 7F, 7B and DF. RGB value is (127,123,223). Sum of RGB (Red+Green+Blue) = 127+123+223=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7BDF is #808420. Grayscale: #878787. Windows color (decimal): -8422433 or 14646143. OLE color: 14646143.
HSL color Cylindrical-coordinate representation of color #7F7BDF: hue angle of 242.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F7BDF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 123 | 223 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.13 |
| HSL | 242.4º | 0.61% | 0.68% | - |
| HSV(B) | 242.4º | 0.45% | 0.87% | - |
| XYZ | 29.15 | 24.01 | 72.91 | - |
| YUV | 135.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 223 | 0.43 | 0.45 | 0 | 0.13 | 242.4 | 0.61 | 0.68 |
| Hex | 7F | 7B | DF | 2B | 2D | 0 | D | F2 | 3D | 44 |
| Octal | 177 | 173 | 337 | 53 | 55 | 0 | 15 | 362 | 75 | 104 |
| Binary | 1111111 | 1111011 | 11011111 | 101011 | 101101 | 0 | 1101 | 11110010 | 111101 | 1000100 |
Color Harmonies of #7F7BDF
Complementary color
Monochromatic Colors of #7F7BDF
Black with #7F7BDF
Text Example
Text Example
White with #7F7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7BDF; }
p { color: rgb(127,123,223); }
H1.HeaderClassName
{
color: #7F7BDF;
}
.AnyTagClassName
{
color: #7F7BDF;
}
</style>
background-color css
<style>
a { background-color: #7F7BDF; }
a { background-color: rgb(127,123,223); }
div.DivClassName
{
background-color: #7F7BDF;
}
.BgClassName
{
background-color: #7F7BDF;
}
</style>
border-color css
<style>
span { border-color: #7F7BDF; }
span { border-color: rgb(127,123,223); }
td.TdClassName
{
border-color: #7F7BDF;
}
.TagClassName
{
border-color: #7F7BDF;
}
</style>