Shades of Moody Blue #7B7DDF
Tints of Moody Blue #7B7DDF
RGB
CMYK
RGB Variations
Color information
#7B7DDF (or 0x7B7DDF) is known color: Moody Blue. HEX triplet: 7B, 7D and DF. RGB value is (123,125,223). Sum of RGB (Red+Green+Blue) = 123+125+223=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B7DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DDF is #848220. Grayscale: #878787. Windows color (decimal): -8684065 or 14646651. OLE color: 14646651.
HSL color Cylindrical-coordinate representation of color #7B7DDF: hue angle of 238.8º 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 #7B7DDF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 125 | 223 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.13 |
| HSL | 238.8º | 0.61% | 0.68% | - |
| HSV(B) | 238.8º | 0.45% | 0.87% | - |
| XYZ | 28.82 | 24.21 | 72.97 | - |
| YUV | 135.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 223 | 0.45 | 0.44 | 0 | 0.13 | 238.8 | 0.61 | 0.68 |
| Hex | 7B | 7D | DF | 2D | 2C | 0 | D | EF | 3D | 44 |
| Octal | 173 | 175 | 337 | 55 | 54 | 0 | 15 | 357 | 75 | 104 |
| Binary | 1111011 | 1111101 | 11011111 | 101101 | 101100 | 0 | 1101 | 11101111 | 111101 | 1000100 |
Color Harmonies of #7B7DDF
Complementary color
Monochromatic Colors of #7B7DDF
Black with #7B7DDF
Text Example
Text Example
White with #7B7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7DDF; }
p { color: rgb(123,125,223); }
H1.HeaderClassName
{
color: #7B7DDF;
}
.AnyTagClassName
{
color: #7B7DDF;
}
</style>
background-color css
<style>
a { background-color: #7B7DDF; }
a { background-color: rgb(123,125,223); }
div.DivClassName
{
background-color: #7B7DDF;
}
.BgClassName
{
background-color: #7B7DDF;
}
</style>
border-color css
<style>
span { border-color: #7B7DDF; }
span { border-color: rgb(123,125,223); }
td.TdClassName
{
border-color: #7B7DDF;
}
.TagClassName
{
border-color: #7B7DDF;
}
</style>