Shades of Moody Blue #7D7BDA
Tints of Moody Blue #7D7BDA
RGB
CMYK
RGB Variations
Color information
#7D7BDA (or 0x7D7BDA) is known color: Moody Blue. HEX triplet: 7D, 7B and DA. RGB value is (125,123,218). Sum of RGB (Red+Green+Blue) = 125+123+218=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D7BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BDA is #828425. Grayscale: #868686. Windows color (decimal): -8553510 or 14318461. OLE color: 14318461.
HSL color Cylindrical-coordinate representation of color #7D7BDA: hue angle of 241.26º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D7BDA is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 123 | 218 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.15 |
| HSL | 241.26º | 0.56% | 0.67% | - |
| HSV(B) | 241.26º | 0.44% | 0.85% | - |
| XYZ | 28.2 | 23.59 | 69.4 | - |
| YUV | 134.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 218 | 0.43 | 0.44 | 0 | 0.15 | 241.26 | 0.56 | 0.67 |
| Hex | 7D | 7B | DA | 2B | 2C | 0 | F | F1 | 38 | 43 |
| Octal | 175 | 173 | 332 | 53 | 54 | 0 | 17 | 361 | 70 | 103 |
| Binary | 1111101 | 1111011 | 11011010 | 101011 | 101100 | 0 | 1111 | 11110001 | 111000 | 1000011 |
Color Harmonies of #7D7BDA
Complementary color
Monochromatic Colors of #7D7BDA
Black with #7D7BDA
Text Example
Text Example
White with #7D7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7BDA; }
p { color: rgb(125,123,218); }
H1.HeaderClassName
{
color: #7D7BDA;
}
.AnyTagClassName
{
color: #7D7BDA;
}
</style>
background-color css
<style>
a { background-color: #7D7BDA; }
a { background-color: rgb(125,123,218); }
div.DivClassName
{
background-color: #7D7BDA;
}
.BgClassName
{
background-color: #7D7BDA;
}
</style>
border-color css
<style>
span { border-color: #7D7BDA; }
span { border-color: rgb(125,123,218); }
td.TdClassName
{
border-color: #7D7BDA;
}
.TagClassName
{
border-color: #7D7BDA;
}
</style>