Shades of Moody Blue #7D68BB
Tints of Moody Blue #7D68BB
RGB
CMYK
RGB Variations
Color information
#7D68BB (or 0x7D68BB) is known color: Moody Blue. HEX triplet: 7D, 68 and BB. RGB value is (125,104,187). Sum of RGB (Red+Green+Blue) = 125+104+187=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68BB is #829744. Grayscale: #777777. Windows color (decimal): -8558405 or 12281981. OLE color: 12281981.
HSL color Cylindrical-coordinate representation of color #7D68BB: hue angle of 255.18º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D68BB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 104 | 187 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.27 |
| HSL | 255.18º | 0.38% | 0.57% | - |
| HSV(B) | 255.18º | 0.44% | 0.73% | - |
| XYZ | 22.38 | 17.85 | 49.28 | - |
| YUV | 119.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 187 | 0.33 | 0.44 | 0 | 0.27 | 255.18 | 0.38 | 0.57 |
| Hex | 7D | 68 | BB | 21 | 2C | 0 | 1B | FF | 26 | 39 |
| Octal | 175 | 150 | 273 | 41 | 54 | 0 | 33 | 377 | 46 | 71 |
| Binary | 1111101 | 1101000 | 10111011 | 100001 | 101100 | 0 | 11011 | 11111111 | 100110 | 111001 |
Color Harmonies of #7D68BB
Complementary color
Monochromatic Colors of #7D68BB
Black with #7D68BB
Text Example
Text Example
White with #7D68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68BB; }
p { color: rgb(125,104,187); }
H1.HeaderClassName
{
color: #7D68BB;
}
.AnyTagClassName
{
color: #7D68BB;
}
</style>
background-color css
<style>
a { background-color: #7D68BB; }
a { background-color: rgb(125,104,187); }
div.DivClassName
{
background-color: #7D68BB;
}
.BgClassName
{
background-color: #7D68BB;
}
</style>
border-color css
<style>
span { border-color: #7D68BB; }
span { border-color: rgb(125,104,187); }
td.TdClassName
{
border-color: #7D68BB;
}
.TagClassName
{
border-color: #7D68BB;
}
</style>