Shades of Moody Blue #7D7ACE
Tints of Moody Blue #7D7ACE
RGB
CMYK
RGB Variations
Color information
#7D7ACE (or 0x7D7ACE) is known color: Moody Blue. HEX triplet: 7D, 7A and CE. RGB value is (125,122,206). Sum of RGB (Red+Green+Blue) = 125+122+206=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ACE is #828531. Grayscale: #848484. Windows color (decimal): -8553778 or 13531773. OLE color: 13531773.
HSL color Cylindrical-coordinate representation of color #7D7ACE: hue angle of 242.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D7ACE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 122 | 206 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.19 |
| HSL | 242.14º | 0.46% | 0.64% | - |
| HSV(B) | 242.14º | 0.41% | 0.81% | - |
| XYZ | 26.56 | 22.74 | 61.38 | - |
| YUV | 132.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 206 | 0.39 | 0.41 | 0 | 0.19 | 242.14 | 0.46 | 0.64 |
| Hex | 7D | 7A | CE | 27 | 29 | 0 | 13 | F2 | 2E | 40 |
| Octal | 175 | 172 | 316 | 47 | 51 | 0 | 23 | 362 | 56 | 100 |
| Binary | 1111101 | 1111010 | 11001110 | 100111 | 101001 | 0 | 10011 | 11110010 | 101110 | 1000000 |
Color Harmonies of #7D7ACE
Complementary color
Monochromatic Colors of #7D7ACE
Black with #7D7ACE
Text Example
Text Example
White with #7D7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7ACE; }
p { color: rgb(125,122,206); }
H1.HeaderClassName
{
color: #7D7ACE;
}
.AnyTagClassName
{
color: #7D7ACE;
}
</style>
background-color css
<style>
a { background-color: #7D7ACE; }
a { background-color: rgb(125,122,206); }
div.DivClassName
{
background-color: #7D7ACE;
}
.BgClassName
{
background-color: #7D7ACE;
}
</style>
border-color css
<style>
span { border-color: #7D7ACE; }
span { border-color: rgb(125,122,206); }
td.TdClassName
{
border-color: #7D7ACE;
}
.TagClassName
{
border-color: #7D7ACE;
}
</style>