Shades of Moody Blue #7D70CE
Tints of Moody Blue #7D70CE
RGB
CMYK
RGB Variations
Color information
#7D70CE (or 0x7D70CE) is known color: Moody Blue. HEX triplet: 7D, 70 and CE. RGB value is (125,112,206). Sum of RGB (Red+Green+Blue) = 125+112+206=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D70CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70CE is #828F31. Grayscale: #7E7E7E. Windows color (decimal): -8556338 or 13529213. OLE color: 13529213.
HSL color Cylindrical-coordinate representation of color #7D70CE: hue angle of 248.3º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D70CE is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 112 | 206 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.19 |
| HSL | 248.3º | 0.49% | 0.62% | - |
| HSV(B) | 248.3º | 0.46% | 0.81% | - |
| XYZ | 25.39 | 20.4 | 60.99 | - |
| YUV | 126.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 206 | 0.39 | 0.46 | 0 | 0.19 | 248.3 | 0.49 | 0.62 |
| Hex | 7D | 70 | CE | 27 | 2E | 0 | 13 | F8 | 31 | 3E |
| Octal | 175 | 160 | 316 | 47 | 56 | 0 | 23 | 370 | 61 | 76 |
| Binary | 1111101 | 1110000 | 11001110 | 100111 | 101110 | 0 | 10011 | 11111000 | 110001 | 111110 |
Color Harmonies of #7D70CE
Complementary color
Monochromatic Colors of #7D70CE
Black with #7D70CE
Text Example
Text Example
White with #7D70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70CE; }
p { color: rgb(125,112,206); }
H1.HeaderClassName
{
color: #7D70CE;
}
.AnyTagClassName
{
color: #7D70CE;
}
</style>
background-color css
<style>
a { background-color: #7D70CE; }
a { background-color: rgb(125,112,206); }
div.DivClassName
{
background-color: #7D70CE;
}
.BgClassName
{
background-color: #7D70CE;
}
</style>
border-color css
<style>
span { border-color: #7D70CE; }
span { border-color: rgb(125,112,206); }
td.TdClassName
{
border-color: #7D70CE;
}
.TagClassName
{
border-color: #7D70CE;
}
</style>