Shades of Moody Blue #7B70CE
Tints of Moody Blue #7B70CE
RGB
CMYK
RGB Variations
Color information
#7B70CE (or 0x7B70CE) is known color: Moody Blue. HEX triplet: 7B, 70 and CE. RGB value is (123,112,206). Sum of RGB (Red+Green+Blue) = 123+112+206=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B70CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70CE is #848F31. Grayscale: #7D7D7D. Windows color (decimal): -8687410 or 13529211. OLE color: 13529211.
HSL color Cylindrical-coordinate representation of color #7B70CE: hue angle of 247.02º 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 #7B70CE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 112 | 206 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.19 |
| HSL | 247.02º | 0.49% | 0.62% | - |
| HSV(B) | 247.02º | 0.46% | 0.81% | - |
| XYZ | 25.1 | 20.26 | 60.98 | - |
| YUV | 126.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 206 | 0.40 | 0.46 | 0 | 0.19 | 247.02 | 0.49 | 0.62 |
| Hex | 7B | 70 | CE | 28 | 2E | 0 | 13 | F7 | 31 | 3E |
| Octal | 173 | 160 | 316 | 50 | 56 | 0 | 23 | 367 | 61 | 76 |
| Binary | 1111011 | 1110000 | 11001110 | 101000 | 101110 | 0 | 10011 | 11110111 | 110001 | 111110 |
Color Harmonies of #7B70CE
Complementary color
Monochromatic Colors of #7B70CE
Black with #7B70CE
Text Example
Text Example
White with #7B70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B70CE; }
p { color: rgb(123,112,206); }
H1.HeaderClassName
{
color: #7B70CE;
}
.AnyTagClassName
{
color: #7B70CE;
}
</style>
background-color css
<style>
a { background-color: #7B70CE; }
a { background-color: rgb(123,112,206); }
div.DivClassName
{
background-color: #7B70CE;
}
.BgClassName
{
background-color: #7B70CE;
}
</style>
border-color css
<style>
span { border-color: #7B70CE; }
span { border-color: rgb(123,112,206); }
td.TdClassName
{
border-color: #7B70CE;
}
.TagClassName
{
border-color: #7B70CE;
}
</style>