Shades of Moody Blue #706FCB
Tints of Moody Blue #706FCB
RGB
CMYK
RGB Variations
Color information
#706FCB (or 0x706FCB) is known color: Moody Blue. HEX triplet: 70, 6F and CB. RGB value is (112,111,203). Sum of RGB (Red+Green+Blue) = 112+111+203=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #706FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FCB is #8F9034. Grayscale: #797979. Windows color (decimal): -9408565 or 13332336. OLE color: 13332336.
HSL color Cylindrical-coordinate representation of color #706FCB: hue angle of 240.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #706FCB is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 111 | 203 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.20 |
| HSL | 240.65º | 0.47% | 0.62% | - |
| HSV(B) | 240.65º | 0.45% | 0.8% | - |
| XYZ | 23.15 | 19.13 | 58.97 | - |
| YUV | 121.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 203 | 0.45 | 0.45 | 0 | 0.20 | 240.65 | 0.47 | 0.62 |
| Hex | 70 | 6F | CB | 2D | 2D | 0 | 14 | F1 | 2F | 3E |
| Octal | 160 | 157 | 313 | 55 | 55 | 0 | 24 | 361 | 57 | 76 |
| Binary | 1110000 | 1101111 | 11001011 | 101101 | 101101 | 0 | 10100 | 11110001 | 101111 | 111110 |
Color Harmonies of #706FCB
Complementary color
Monochromatic Colors of #706FCB
Black with #706FCB
Text Example
Text Example
White with #706FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FCB; }
p { color: rgb(112,111,203); }
H1.HeaderClassName
{
color: #706FCB;
}
.AnyTagClassName
{
color: #706FCB;
}
</style>
background-color css
<style>
a { background-color: #706FCB; }
a { background-color: rgb(112,111,203); }
div.DivClassName
{
background-color: #706FCB;
}
.BgClassName
{
background-color: #706FCB;
}
</style>
border-color css
<style>
span { border-color: #706FCB; }
span { border-color: rgb(112,111,203); }
td.TdClassName
{
border-color: #706FCB;
}
.TagClassName
{
border-color: #706FCB;
}
</style>