Shades of Moody Blue #7D7BCC
Tints of Moody Blue #7D7BCC
RGB
CMYK
RGB Variations
Color information
#7D7BCC (or 0x7D7BCC) is known color: Moody Blue. HEX triplet: 7D, 7B and CC. RGB value is (125,123,204). Sum of RGB (Red+Green+Blue) = 125+123+204=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D7BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BCC is #828433. Grayscale: #848484. Windows color (decimal): -8553524 or 13400957. OLE color: 13400957.
HSL color Cylindrical-coordinate representation of color #7D7BCC: hue angle of 241.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D7BCC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 123 | 204 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.2 |
| HSL | 241.48º | 0.44% | 0.64% | - |
| HSV(B) | 241.48º | 0.4% | 0.8% | - |
| XYZ | 26.44 | 22.89 | 60.15 | - |
| YUV | 132.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 204 | 0.39 | 0.40 | 0 | 0.2 | 241.48 | 0.44 | 0.64 |
| Hex | 7D | 7B | CC | 27 | 28 | 0 | 14 | F1 | 2C | 40 |
| Octal | 175 | 173 | 314 | 47 | 50 | 0 | 24 | 361 | 54 | 100 |
| Binary | 1111101 | 1111011 | 11001100 | 100111 | 101000 | 0 | 10100 | 11110001 | 101100 | 1000000 |
Color Harmonies of #7D7BCC
Complementary color
Monochromatic Colors of #7D7BCC
Black with #7D7BCC
Text Example
Text Example
White with #7D7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7BCC; }
p { color: rgb(125,123,204); }
H1.HeaderClassName
{
color: #7D7BCC;
}
.AnyTagClassName
{
color: #7D7BCC;
}
</style>
background-color css
<style>
a { background-color: #7D7BCC; }
a { background-color: rgb(125,123,204); }
div.DivClassName
{
background-color: #7D7BCC;
}
.BgClassName
{
background-color: #7D7BCC;
}
</style>
border-color css
<style>
span { border-color: #7D7BCC; }
span { border-color: rgb(125,123,204); }
td.TdClassName
{
border-color: #7D7BCC;
}
.TagClassName
{
border-color: #7D7BCC;
}
</style>